[11:58:43] <CocoStorm> Hi, stupid question. If I update a document in a collection does it get reflected in the other collection referencing this document?
[12:00:19] <CocoStorm> say I have a collection Car which has Wheels. Can I have a Wheel collection so I can just update one of them and it gets reflected in Car?
[13:46:44] <pagios> hi, i would like to capture all docs that have a certain property set to "a" , which fucntion should i use? something that returns multiple docs fotr me to loop on
[14:16:55] <jindraj> pagios: what about db.collection.find( ?)
[15:09:44] <sousa-andre> my documents have the following schema https://pastebin.com/eW3cnm02
[15:10:20] <sousa-andre> is possible to make a query return the subCategories array?