Javascript – How to query embed document in mongoDB by the key value
I want to search for all documents that have 255255 as their key value. the id on top is the id of the document. "id" : "555114", "255255" : { "someField" : null, }, "255256" : { "someField" : null,…