File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
source/fundamentals/crud/write-operations Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,15 @@ and their usage </reference/operator/update-field/>`.
59
59
The update operators apply only to the fields associated with them in your
60
60
update document.
61
61
62
+ .. note:: Aggregation Pipelines in Update Operations
63
+
64
+ If you are using MongoDB Version 4.2 or later, you can use aggregation
65
+ pipelines made up of a subset of aggregation stages in update operations. For
66
+ more information on the aggregation stages MongoDB supports in
67
+ aggregation pipelines used in update operations, see our tutorial on building
68
+ :manual:`updates with aggregation pipelines </tutorial/update-documents-with-aggregation-pipeline/>`.
69
+
70
+
62
71
Example
63
72
~~~~~~~
64
73
You can’t perform that action at this time.
0 commit comments