MongoDB
 sql >> Base de données >  >> NoSQL >> MongoDB

mongodb pull object d'un tableau ne fonctionne pas avec mangouste

faites simple ça marchera

db.restaurants.updateOne({restaurant_id: rest_id},
    { $pull: { comments.comment: "hello"}  }
 }, { safe: true })