Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions source/client-side-encryption/client-side-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -1363,8 +1363,11 @@ One of the strings:
- "equality"
- "range"
- "prefixPreview"
- Used for the `$encStrStartsWith` operator.
- "suffixPreview"
- Used for the `$encStrEndsWith` operator.
- "substringPreview"
- Used for the `$encStrContains` operator.

queryType only applies when algorithm is "Indexed", "Range", or "TextPreview". libmongocrypt returns an error if
queryType is set for a non-applicable algorithm.
Expand Down
Loading