Skip to content

Commit c5f919b

Browse files
committed
Document limitation on collection strategies
1 parent bd6834a commit c5f919b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/en/cookbook/queryable-encryption.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ Limitations
261261
To use QE with inheritance, you must manually define the complete
262262
``encryptedFieldsMap`` for the entire hierarchy and provide it directly in
263263
the client options, bypassing the ODM's automatic generation.
264+
- Embedded documents and collections are encrypted as a whole. You cannot
265+
be updated partially. Only the ``set*`` and ``atomicSet*`` collection
266+
strategies can be used.
264267
- For a complete list of hard limitations, please refer to the official
265268
`Queryable Encryption Limitations`_ documentation.
266269

0 commit comments

Comments
 (0)