Skip to content

Commit 5746309

Browse files
committed
Update doc for unsupported inheritence
1 parent c5f919b commit 5746309

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/en/cookbook/queryable-encryption.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,8 @@ Limitations
257257
helper method.
258258
- Automatic generation of the ``encryptedFieldsMap`` is not compatible with
259259
``SINGLE_COLLECTION`` inheritance. Because all classes in the hierarchy
260-
share a single collection, they must also share a single encryption schema.
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.
260+
share a single collection, the ``SchemaManager`` cannot merge their encrypted
261+
fields before creating the collection.
264262
- Embedded documents and collections are encrypted as a whole. You cannot
265263
be updated partially. Only the ``set*`` and ``atomicSet*`` collection
266264
strategies can be used.

0 commit comments

Comments
 (0)