Skip to content

Commit f7db208

Browse files
RUBY-3024 queryType accepts a string (#2546)
1 parent 3dc9124 commit f7db208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/client-side-encryption.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ Below is an example of explicit queryable encryption.
534534
{
535535
key_id: data_key_id,
536536
algorithm: "Indexed",
537-
query_type: :equality
537+
query_type: "equality"
538538
}
539539
)
540540
find_result = collection.find(encrypted_field: find_payload).first['encrypted_field']

0 commit comments

Comments
 (0)