MongoDB Compass filter (query) MongoDB Compass filter (query) mongodb mongodb

MongoDB Compass filter (query)


Try like this {"user.uid" : "ttorone"}

For example if I would like to get all movies documents that have "imbd.id" equals to 1, I put the following filter in the compass, see the image below. Your situation is similar. You are searching for property value in the embedded object.

enter image description here