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

Can't make OR query for multiple parameters #73

Open
pradip61993 opened this issue Sep 9, 2017 · 4 comments
Open

Can't make OR query for multiple parameters #73

pradip61993 opened this issue Sep 9, 2017 · 4 comments

Comments

@pradip61993
Copy link

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

@Starefossen
Copy link
Contributor

OR operations is not supported by this library. I created an experimental branch that aimed to support OR queries but it was never completed.

@ruslanguns
Copy link

@Starefossen did you have any luck at $or operator? I really need it !

@Starefossen
Copy link
Contributor

Unfortunately no.

@krasimir
Copy link

krasimir commented Jun 5, 2023

Probably late to the party but I did this lib as an alternative https://github.com/krasimir/q2m

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

4 participants