[12:50:15] <b_maniac> I got a very complex structure which has lots of nested arrays and documents. What I want is for projection let's say I don't want to see any _id field, when I do find({}{_id:0} it only doesn't show the id on parent. Looking at my structure I can also say like find({}{"SubData._id":0}) but instead of specifying all parents I want to know if there's any way to do something like find({},{*._id:0}) nay ideas? https://pastebin.com/0ZBti6JU <-
[12:50:15] <b_maniac> you can check result of find() from here
[13:00:40] <asgs> I'm not sure if you can use regex like that. it can be used to filter values for sure; but for field names, no idea
[15:56:38] <b_maniac> please let me know if anyone got idea
[16:17:56] <obZen> Hi I'm trying to add a PATH variable in Windows 10
[16:18:13] <obZen> I added: C:\Program Files\MongoDB\Server\3.6\bin\
[16:18:26] <obZen> And restarted, ran mongo and it is not recognized
[16:18:30] <obZen> I also tried "C:\Program Files\MongoDB\Server\3.6\bin\mongo.exe" --dbpath C:\data\db