Commit 5772c113 authored by Jeremy Mikola's avatar Jeremy Mikola

Note that arrayFilters update option requires MongoDB 3.6

parent 6858ae0d
...@@ -4,6 +4,9 @@ type: array ...@@ -4,6 +4,9 @@ type: array
description: | description: |
An array of filter documents that determines which array elements to modify An array of filter documents that determines which array elements to modify
for an update operation on an array field. for an update operation on an array field.
This is not supported for server versions prior to 3.6 and will result in an
exception at execution time if used.
interface: phpmethod interface: phpmethod
operation: ~ operation: ~
optional: true optional: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment