Top "Mongodb-update" questions

Modifies an existing document or documents in a collection.

How to replace substring in mongodb document

I have a lot of mongodb documents in a collection of the form: { .... "URL":"www.abc.com/helloWorldt/..." ..... } I want …

mongodb mongodb-.net-driver mongo-shell mongodb-update
MongoDB concatenate strings from two fields into a third field

How do I concatenate values from two string fields and put it into a third one? I've tried this: db.…

mongodb mongodb-query aggregation-framework string-concatenation mongodb-update
How to add key-value pair to object in MongoDB

If I have a document with the following basic structure: { ... Monday: { a:1, b:2 }, Tuesday: { c:3, d:4 } ... } Am I able to …

mongodb mongodb-update