-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
support for NOT operator #19
Comments
Could you please provide me some read-world example where it would be actually useful? |
It could be done using AND and OR combination but in some case NOT is more expressive. |
+1 I agree this should be supported, the intention is more straightforward |
+1 It's also useful for when you've generated a query dynamically and simply want to invert it based on your required logic rather than having to factor the not through. I've had to work around it myself. |
As far as I know, AND and OR are supported. Logical NOT operator support will be useful as well.
The text was updated successfully, but these errors were encountered: