PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Saturday the 2nd of February, 2019

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[20:03:08] <Aquazi> hello
[20:03:13] <Aquazi> I've got a question
[20:03:49] <Aquazi> when using the mongo driver, I don't really understand how to use deleteMany to delete all the documents in a collection that have a certain property (field)
[20:04:11] <Aquazi> like let's say I want to delete all documents that have a name property
[20:04:39] <Aquazi> I tried { name : {} } but it was not the right query I guess