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

[WIP] filter query results #96

Closed
wants to merge 1 commit into from

Conversation

ayoub-benali
Copy link

This an attempt to fix #42
For the moment I added 'andFilter' clause and AndFilterCondition class but they don't seem handled correctly yet.

@philwills I would need some pointers if possible to know why my andFilter('stuff >= 1) in the tests isn't picked up by the implicits :/
The query example that I added in the test is always a KeyEquals

they don't seem handled correctly yet
@philwills
Copy link
Contributor

Sorry I haven't had a chance to look at this properly yet.

@nemccarthy
Copy link

Could we also add filters on scans

@philwills
Copy link
Contributor

@nemccarthy I'd certainly favour a solution which worked for scans as well as queries.

Hoping to get some time to have a proper look at this soon.

@ayoub-benali
Copy link
Author

this mainly a first try to get a feeling how things should be done in order to get the filters working. Once that done it should not be a problem to add them for the scans

@philwills
Copy link
Contributor

Sorry @ayoub-benali, I meant to try and provide some proper feedback on this, but ended up going in quite a different direction, which resulted in #102

@philwills philwills closed this Apr 10, 2017
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

Successfully merging this pull request may close these issues.

Filter query/scan results
3 participants