We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd01fdb commit 9ed4c39Copy full SHA for 9ed4c39
source/reference/operator/update/positional-filtered.txt
@@ -28,7 +28,7 @@ Definition
28
.. code-block:: javascript
29
30
{ <update operator>: { "<array>.$[<identifier>]" : value } },
31
- { arrayFilters: [ { <identifier>: <condition> } } ] }
+ { arrayFilters: [ { <identifier>: <condition> } ] }
32
33
Use in conjunction with the ``arrayFilters`` option to update all
34
elements that match the :ref:`3.6-arrayFilters` conditions in the
@@ -39,7 +39,7 @@ Definition
39
db.collection.updateMany(
40
{ <query conditions> },
41
42
43
)
44
45
.. note::
0 commit comments