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
#106 kicked off support for #92 but the match logic doesn't have a way to say "I don't care about any other key-value pairs".
How should this be represented?
The text was updated successfully, but these errors were encountered:
If we support [..] within keys, then "[..]": "{...}" would mean "match all keys and all values for those keys".
[..]
"[..]": "{...}"
With this route, we'd need a "match most specific first" approach to not have the wildcard consume all
Sorry, something went wrong.
feat(filter)!: Allow key wildcards
756c4de
Fixes assert-rs#134
4c1e2c0
No branches or pull requests
#106 kicked off support for #92 but the match logic doesn't have a way to say "I don't care about any other key-value pairs".
How should this be represented?
The text was updated successfully, but these errors were encountered: