File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
source/fundamentals/crud/write-operations Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,10 @@ To modify arrays embedded within a document, use the
8
8
:manual:`filtered positional operator
9
9
</reference/operator/update/positional-filtered/index.html>`. You can
10
10
use this operator in an :doc:`update document
11
- </fundamentals/crud/write-operations/update-document` to modify specific
12
- elements in an array. The operator determines which elements to modify
13
- based on a query filter that you define in the ``arrayFilters`` option.
11
+ </fundamentals/crud/write-operations/change-a-document` to modify
12
+ specific elements in an array. The operator determines which elements
13
+ to modify based on a query filter that you define in the
14
+ ``arrayFilters`` option.
14
15
15
16
You can think of ``arrayFilters`` as an subquery applied
16
17
only to documents already matched by the update operation's query filter
You can’t perform that action at this time.
0 commit comments