File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -393,10 +393,11 @@ Bulk Operation Example: Full File
393
393
The following example is a fully runnable file that performs the following actions:
394
394
395
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"``
396
+ replaces it with a new document with the ``name`` field value set to ``"New Towne
397
+ Cafe"`` and the ``cuisine`` field value set to ``"French"``
398
+
399
+ - Matches a document in which the ``name`` field value is ``Riviera Caterer`` and
400
+ updates the ``name`` field value to ``"Riviera Cafe"``
400
401
401
402
.. io-code-block::
402
403
:copyable: true
You can’t perform that action at this time.
0 commit comments