File tree Expand file tree Collapse file tree 4 files changed +10
-13
lines changed Expand file tree Collapse file tree 4 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ raw: ${prefix}/stable -> ${base}/current/
2121[*-v4.2]: ${prefix}/${version}/fundamentals/utf8-validation/ -> ${base}/${version}/
2222
2323[*-v5.5]: ${prefix}/${version}/fundamentals/run-command/ -> ${base}/${version}/usage-examples/command/
24+ [*-master]: ${prefix}/${version}/fundamentals/crud/write-operations/change-a-document/ -> ${base}/${version}/fundamentals/crud/write-operations/modify/
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Write Operations
77- :doc:`/fundamentals/crud/write-operations/insert`
88- :doc:`/fundamentals/crud/write-operations/pkFactory`
99- :doc:`/fundamentals/crud/write-operations/delete`
10- - :doc:`/fundamentals/crud/write-operations/change-a-document `
10+ - :doc:`/fundamentals/crud/write-operations/modify `
1111- :doc:`/fundamentals/crud/write-operations/embedded-arrays`
1212- :doc:`/fundamentals/crud/write-operations/upsert`
1313
@@ -17,7 +17,7 @@ Write Operations
1717 /fundamentals/crud/write-operations/insert
1818 /fundamentals/crud/write-operations/pkFactory
1919 /fundamentals/crud/write-operations/delete
20- /fundamentals/crud/write-operations/change-a-document
20+ /fundamentals/crud/write-operations/modify
2121 /fundamentals/crud/write-operations/embedded-arrays
2222 /fundamentals/crud/write-operations/upsert
2323
Original file line number Diff line number Diff line change 11.. _node-fundamentals-delete:
22
3- =================
4- Delete a Document
5- =================
6-
7- .. default-domain:: mongodb
3+ ================
4+ Delete Documents
5+ ================
86
97.. contents:: On this page
108 :local:
Original file line number Diff line number Diff line change 11.. _node-fundamentals-change-a-document:
22
3- =================
4- Change a Document
5- =================
6-
7- .. default-domain:: mongodb
3+ ================
4+ Modify Documents
5+ ================
86
97.. contents:: On this page
108 :local:
@@ -15,7 +13,7 @@ Change a Document
1513Overview
1614--------
1715
18- You can change documents in a MongoDB collection using either **update**
16+ You can modify documents in a MongoDB collection using either **update**
1917or **replace** operations. Update operations mutate
2018specified fields in one or more documents and leave other fields and values
2119unchanged. Replace operations remove all existing fields in one or more
You can’t perform that action at this time.
0 commit comments