We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6834a commit c5f919bCopy full SHA for c5f919b
docs/en/cookbook/queryable-encryption.rst
@@ -261,6 +261,9 @@ Limitations
261
To use QE with inheritance, you must manually define the complete
262
``encryptedFieldsMap`` for the entire hierarchy and provide it directly in
263
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.
267
- For a complete list of hard limitations, please refer to the official
268
`Queryable Encryption Limitations`_ documentation.
269
0 commit comments