-
Notifications
You must be signed in to change notification settings - Fork 1.5k
$all oeprator
#2137
-
hi,
db.getCollection("rooms").find(
{
"users._id" : {
"$all" : [
2.0,
1.0
]
}
}
);
how can i use the laravel-mongodb package to implement above $all operator? thanks.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment