From b5c8f4b98d3b13707214ce616a27eb9a35f561d9 Mon Sep 17 00:00:00 2001 From: Adrian Dole Date: Fri, 31 May 2024 14:34:43 -0700 Subject: [PATCH] mdformat --- .../client-side-encryption/client-side-encryption.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/source/client-side-encryption/client-side-encryption.md b/source/client-side-encryption/client-side-encryption.md index e3101d90bc..f906319db9 100644 --- a/source/client-side-encryption/client-side-encryption.md +++ b/source/client-side-encryption/client-side-encryption.md @@ -1203,8 +1203,8 @@ One of the strings: - "Unindexed" - "Range" -The result of explicit encryption with the "Indexed" or "Range" algorithm must be processed by the server to -insert or query. Drivers MUST document the following behavior: +The result of explicit encryption with the "Indexed" or "Range" algorithm must be processed by the server to insert or +query. Drivers MUST document the following behavior: > To insert or query with an "Indexed" or "Range" encrypted payload, use a `MongoClient` configured with > `AutoEncryptionOpts`. `AutoEncryptionOpts.bypassQueryAnalysis` may be true. `AutoEncryptionOpts.bypassAutoEncryption` @@ -1222,13 +1222,12 @@ One of the strings: - "equality" - "range" -queryType only applies when algorithm is "Indexed" or "Range". It is an error to set queryType when algorithm is -not "Indexed" or "Range". +queryType only applies when algorithm is "Indexed" or "Range". It is an error to set queryType when algorithm is not +"Indexed" or "Range". #### rangeOpts -rangeOpts only applies when algorithm is "range". It is an error to set rangeOpts when algorithm is not -"range". +rangeOpts only applies when algorithm is "range". It is an error to set rangeOpts when algorithm is not "range". ## User facing API: When Auto Encryption Fails