Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
ianf-mongodb committed Nov 20, 2023
1 parent 0a6b621 commit 11d662f
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions source/documents/modify-multiple.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,22 @@ brief description, code block, or screenshot.

This modal displays:

- Any filter criteria specified on the :guilabel:`Query Bar` is
applied to the :guilabel:`Update Documents` modal.
- The update statement, this is the ``$set`` command syntax. This
update applies to the documents and filter criteria specified
in the modal.
- A preview of documents after the update statement is applied.
.. list-table::
:header-rows: 1

* - UI Element
- Description

* - :guilabel:`Filter`
- :guilabeAny filter criteria specified on the
:guilabel:`Query Bar` is applied to the
:guilabel:`Update Documents` modal.
* - :guilabel:`Update`
- The update statement, this is the ``$set`` command syntax. This
update applies to the documents and filter criteria specified
in the modal.
* - :guilabel:`Preview`
- A preview of documents after the update statement is applied.

.. step:: Provide the update syntax

Expand Down

0 comments on commit 11d662f

Please sign in to comment.