File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -236,16 +236,16 @@ The following limitations apply when using CSFLE with {+odm+}:
236
236
237
237
- {+odm+} does not support encryption of ``embeds_many`` associations.
238
238
- If you use the ``:key_name_field`` option, you must encrypt the field by using
239
- a non-deterministic algorithm. To encrypt your field deterministically, you must
240
- specify the ``:key_id`` option instead.
239
+ a non-deterministic algorithm. To encrypt your field deterministically, you
240
+ must specify the ``:key_id`` option instead.
241
241
- The limitations listed on the :manual:`CSFLE Limitations
242
242
</core/csfle/reference/limitations/>` page in the MongoDB {+server-manual+}
243
243
also apply to {+odm+}.
244
244
245
245
Working with Data
246
246
-----------------
247
247
248
- Usually, automatic CSLFE works transparently in your application. After
248
+ Usually, automatic CSFLE works transparently in your application. After
249
249
your application is configured for CSFLE, you can create documents as usual and {+odm+}
250
250
automatically encrypts and decrypts them according to your configuration.
251
251
You can’t perform that action at this time.
0 commit comments