We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wildcard queries are not supported when querying capabilities from the host app.
The method ManifestRegistry#getCapabilities(type: string, qualifier: Qualifier) should support wildcards in the given qualifier.
ManifestRegistry#getCapabilities(type: string, qualifier: Qualifier)
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
fix: add wildcard support for querying capabilities in the host app
fea4a2d
fixes: #201
643b082
898352c
4f16025
e6bde77
mofogasy
No branches or pull requests
Current behavior
Wildcard queries are not supported when querying capabilities from the host app.
Expected behavior
The method
ManifestRegistry#getCapabilities(type: string, qualifier: Qualifier)
should support wildcards in the given qualifier.Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: