Skip to content
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

Extend the query interface to be more flexible #36

Open
mulkieran opened this issue Dec 12, 2019 · 1 comment
Open

Extend the query interface to be more flexible #36

mulkieran opened this issue Dec 12, 2019 · 1 comment

Comments

@mulkieran
Copy link
Member

Now, it can only check equality of a property value. It would be nice to generalize it in some easily understood way.

One problem that it doesn't handle so well searching for a match to a list. It would be nice to have a way to compose matching on just one value to matching on several. This is just the OR operator, but it should be handled nicely.

@mulkieran
Copy link
Member Author

A good way to start with this would be to see how we query in stratis_cli. But we also want to avoid ad-hoc methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants