-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Multiple _ne operators are ignored #929
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
Comments
@uminder I experience the same behavior |
I can confirm right now is not supported but it's a cool feature |
Same here and it's quite debilitating |
b4dnewz
pushed a commit
to codekraft-studio/json-server
that referenced
this issue
Aug 22, 2019
When filtering with multiple _ne it should use logical AND instead of OR to verify that all checks succeed, close typicode#929
typicode
pushed a commit
that referenced
this issue
Sep 2, 2019
When filtering with multiple _ne it should use logical AND instead of OR to verify that all checks succeed, close #929
Thanks b4dnewz, I'll give it a try. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using _ne operator, I can exclude a specific value. When chaining two _ne operators, they're both ignored.
The text was updated successfully, but these errors were encountered: