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

Filter Query to have OR-ing of values having null #362

Closed
tanvi-cota opened this issue Feb 3, 2020 · 0 comments
Closed

Filter Query to have OR-ing of values having null #362

tanvi-cota opened this issue Feb 3, 2020 · 0 comments
Labels
enhancement New feature proposal
Milestone

Comments

@tanvi-cota
Copy link

tanvi-cota commented Feb 3, 2020

Currently, I am trying to let user select options for the filters.
Consider options 1, 2, 3, 4, 5, null.
When user selects - 1, 2, 4; the filter dimensions are set using equals
But when user select - 1, 2, null; we do have have simple way of calculating this.
I know, we have notSet but thats only for null, and not contains.

Expected Solution -
Equals should honor null

Currently implemented -
Not Equals with the other remaining options

@paveltiunov paveltiunov added the enhancement New feature proposal label Feb 3, 2020
@paveltiunov paveltiunov added this to the v0.17.0 milestone Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature proposal
Projects
None yet
Development

No branches or pull requests

2 participants