Skip to content

Commit a416eab

Browse files
fix nested list formatting (#2465)
1 parent df86064 commit a416eab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/core/queryable-encryption/reference/limitations.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,13 @@ CRUD
101101

102102
- {+qe+} does not support batch operations. The following operations are
103103
not supported:
104+
104105
- :method:`db.collection.insertMany()`
105106
- :method:`db.collection.updateMany()`
106107
- :method:`db.collection.deleteMany()`
107108

108109
- {+qe+} limits :method:`db.collection.findAndModify()` arguments.
110+
109111
- ``fields`` is not allowed
110112
- ``new`` must be false
111113

0 commit comments

Comments
 (0)