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

Auth need to be supported in the outer query language #1

Open
ianjorgensen opened this issue Jul 4, 2011 · 0 comments
Open

Auth need to be supported in the outer query language #1

ianjorgensen opened this issue Jul 4, 2011 · 0 comments

Comments

@ianjorgensen
Copy link
Member

{
to: signed.user1
} // works
{
$or: [{
to:signed.user1
},{
to:signed.user2
}]
} // does not work
{
to: {$any: [signed.user1, signed.user2]}
} // does not work

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

1 participant