Skip to main content

All Questions

Tagged with
0 votes
2 answers
239 views

How to update the value to the nested object array in mongodb document?

I have following document on which the update needs to be done. { "_id": "Colorcode_1", "Combination": [ { "color&...
manoj adhikari's user avatar
-1 votes
1 answer
36 views

NodeJS Service, the group I created is updated but not stored in databse

I wrote this service and when I call it, the JSON response is the group is updated but when I check the group details it is not updated, the old details are still present. I don't know where or what ...
AAA's user avatar
  • 1,967
0 votes
1 answer
150 views

MongoDB update inside 2 nested arrays of objects

I'm currently developing an application we are using mongodb I'm new to it and I faced many challenges when it comes to complicated updates This is our collection orders : { "_id" : ObjectId(), ...
Siavosh's user avatar
  • 2,354