sql >> Database >  >> NoSQL >> MongoDB

update diep geneste array mongodb

Je kunt het proberen met mongodb 3.6 arrayFilters

db.collection.update(
  { "_id": ObjectId(5b56bd2f3e18580edc85af73) },
  { "$push": { "Cards.$[card].comments.$[comment].attachments": "2" } },
  { "arrayFilters": { "card.cardID": ObjectId("5b56c895d0a04836f71aa776"), "comment.commentId": 2 } }
)

Zorg ervoor dat u uw id's cast naar ObjectId

Bewerken:

db.collection.update(
  { "_id": ObjectId(5b56bd2f3e18580edc85af73) },
  { "$push": { "Cards.$[card].comments.$[comment].attachments": "2" } },
  { "arrayFilters": [
    { "card.cardID": ObjectId("5b56c895d0a04836f71aa776")},
    {"comment.commentId": 2 }
    ]
  }
)



  1. MongoDB gebruikt /etc/mongodb.conf niet nadat ik dbpath heb gewijzigd

  2. MongoDB $ slice

  3. Mongodb-server starten met npm-scripts

  4. MongoDB Tekst Zoeken EN meerdere zoekwoorden