Discussion:
[mongodb-dev] how to get multiple document using array of MongoDb id?
p***@eparampara.com
2017-11-25 14:37:38 UTC
Permalink
How to get multiple document using array of MongoDb id?
<https://stackoverflow.com/questions/32264225/how-to-get-multiple-document-using-array-of-mongodb-id>

db.find().where('category')
.in(arr)
.exec();


how to use multiple field in "where"?
--
You received this message because you are subscribed to the Google Groups "mongodb-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-dev+***@googlegroups.com.
To post to this group, send email to mongodb-***@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-dev/fe83f018-e903-4762-9b98-d4b99b56b48d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...