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

Add possibility for multiple operators in one object #9

Open
SamVerschueren opened this issue Jul 23, 2015 · 1 comment
Open

Add possibility for multiple operators in one object #9

SamVerschueren opened this issue Jul 23, 2015 · 1 comment
Milestone

Comments

@SamVerschueren
Copy link
Owner

For now, this query is not possible:

{"Salary": {"$gt": 2000, "$lt": 3000}}
@SamVerschueren SamVerschueren added this to the v1.0.0 milestone Jul 23, 2015
@SamVerschueren
Copy link
Owner Author

SamVerschueren commented Jul 18, 2017

Workaround for now:

{$and: [{Salary: {$gt: 2000}, {Salary: {$lt: 3000}}]}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant