Skip to content

Commit 375586e

Browse files
committed
update steps
1 parent 8a31a1a commit 375586e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/crud/bulk.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -392,10 +392,11 @@ Bulk Operation Example: Full File
392392

393393
The following example is a fully runnable file that performs the following actions:
394394

395-
- Matches a document in which the ``name`` field value is ``"Cafe Tomato"`` and
396-
replaces it with a new document
397-
- Matches a document in which the ``name`` field value is ``"Cafe Zucchini"``
398-
and updates the value to ``"Zucchini Land"``
395+
- Matches a document in which the ``name`` field value is ``"Towne Cafe"`` and
396+
replaces it with a new document with the name field value set to ``"New Towne
397+
Cafe"``
398+
- Matches a document in which the ``name`` field value is ``"New Towne Cafe"``
399+
and updates the ``cuisine`` field value to ``"French"``
399400

400401
.. io-code-block::
401402
:copyable: true

0 commit comments

Comments
 (0)