PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Tuesday the 22nd of September, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[19:06:16] <Swahili> Q: Is this query correct for the use-case where I want to get the number of occurrences that match the ids of `Collection` that have a field.id of a certain value, what I did is: Collection.countDocuments({ "field.id": id, _id: { $in: listOfCollectionIds } })