We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9315d80 commit 1365b74Copy full SHA for 1365b74
testdata/client-side-encryption-prose/encryptedFields-prefix-suffix.json
@@ -0,0 +1,38 @@
1
+{
2
+ "fields": [
3
+ {
4
+ "keyId": {
5
+ "$binary": {
6
+ "base64": "EjRWeBI0mHYSNBI0VniQEg==",
7
+ "subType": "04"
8
+ }
9
+ },
10
+ "path": "encryptedText",
11
+ "bsonType": "string",
12
+ "queries": [
13
14
+ "queryType": "prefixPreview",
15
+ "strMinQueryLength": {
16
+ "$numberInt": "2"
17
18
+ "strMaxQueryLength": {
19
+ "$numberInt": "10"
20
21
+ "caseSensitive": true,
22
+ "diacriticSensitive": true
23
24
25
+ "queryType": "suffixPreview",
26
27
28
29
30
31
32
33
34
35
+ ]
36
37
38
+}
0 commit comments