We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Var object=[{id1:1,id2:3},{id1:4,id2:8}]
Collection name is 'logindata' Query: ?id1=1 OR id2:9
So I get one record : {id1:1,id2:3}
Please help me out
Thanks
The text was updated successfully, but these errors were encountered:
OR operations is not supported by this library. I created an experimental branch that aimed to support OR queries but it was never completed.
Sorry, something went wrong.
@Starefossen did you have any luck at $or operator? I really need it !
Unfortunately no.
Probably late to the party but I did this lib as an alternative https://github.com/krasimir/q2m
No branches or pull requests
Var object=[{id1:1,id2:3},{id1:4,id2:8}]
Collection name is 'logindata'
Query: ?id1=1 OR id2:9
So I get one record : {id1:1,id2:3}
Please help me out
Thanks
The text was updated successfully, but these errors were encountered: