-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
Add advanced query parameters #51
Comments
Could you say a bit more? I don't quite see the use cases yet :) |
@edwarnicke I also think that the current API registry is ok for all our cases at this moment. But we'd discussed this issue with @haiodo and we found that in some time in future these options could be useful. So we can just put this issue to icebox :) |
Totally :) |
@edwarnicke I think we might schedule this for next releases. We faced with the problem in real use-cases (See at networkservicemesh/sdk#1521) |
Motivation
Current registry query implementation allows checking only on-field contains. We need to expand our query parameters to support operations such as
AND
,OR
,NOT
,MORE
,LESS
,EQUAL
,CONTAINS
The text was updated successfully, but these errors were encountered: