Quantcast
Channel: MongoDB updating embedded document isn't working - Stack Overflow
Browsing index pages (2 articles)

MongoDB updating embedded document isn't working

I'm trying to update embedded document, but it is not working. This is what documents look like:{"_id" : ObjectId("577c71735d35de6371388efc"),"category" : "A","title" : "Test","content" : "Test","tags"...

View Article


Answer by notionquest for MongoDB updating embedded document isn't working

Please try the below code. I think the "ObjectId" (i.e. case) should be the problem. Just check how you defined the object id and keep it consistent in the two places that you have used (i.e. posts _id...

View Article

Browsing index pages (2 articles)


Latest Images