Brug af $elemMatch
og $ operatør kan du opdatere dine dokumenter check under forespørgsel :
db.collectionName.update({"_id":393,"comments":{"$elemMatch":{"name":"kevin"}}},
{"$push":{"comments.$.messages":39}})
Brug af $elemMatch
og $ operatør kan du opdatere dine dokumenter check under forespørgsel :
db.collectionName.update({"_id":393,"comments":{"$elemMatch":{"name":"kevin"}}},
{"$push":{"comments.$.messages":39}})