Image with the database example
Hi guys i have trouble to select the name="Clothing" i have tried .find and element Match but i cannot make it work... Can anyone help?
Image with the database example
Hi guys i have trouble to select the name="Clothing" i have tried .find and element Match but i cannot make it work... Can anyone help?
The syntax should be db.yourCollection.find( {"categories.name": "Clothing"} )
Read the mongodb documentation, it's great !
https://docs.mongodb.com/manual/reference/method/db.collection.find/