diff --git a/reference/mongodb/mongodb/driver/bulkwrite/update.xml b/reference/mongodb/mongodb/driver/bulkwrite/update.xml index 680031fb9f..54c3b3b2cf 100644 --- a/reference/mongodb/mongodb/driver/bulkwrite/update.xml +++ b/reference/mongodb/mongodb/driver/bulkwrite/update.xml @@ -52,6 +52,16 @@ + + arrayFilters + array|object + + An array of filter documents that determines which array elements to + modify for an update operation on an array field. See + Specify arrayFilters for Array Update Operations + in the MongoDB manual for more information. + + &mongodb.option.collation; multi @@ -111,6 +121,12 @@ + + 1.4.0 + + Added the "arrayFilters" option. + + 1.2.0