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 with not equal operator #178

Open
kaboume opened this issue Aug 31, 2022 · 1 comment
Open

Filter with not equal operator #178

kaboume opened this issue Aug 31, 2022 · 1 comment

Comments

@kaboume
Copy link

kaboume commented Aug 31, 2022

Hi,
I want to filter documents not equal to the role "admin" :
So I wrote this line :
filter = {role: "$ne: 'admin'"};
but no documents are returned?

@Gabrirf
Copy link

Gabrirf commented Sep 16, 2022

I think you are missing some syntax. Try:

filter = {role: { "$ne": 'admin' } };

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