Skip to content

Commit 1d129da

Browse files
committed
prefix suffix preview testdata
1 parent a666047 commit 1d129da

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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+
"contention": {
22+
"$numberLong": "0"
23+
},
24+
"caseSensitive": true,
25+
"diacriticSensitive": true
26+
},
27+
{
28+
"queryType": "suffixPreview",
29+
"strMinQueryLength": {
30+
"$numberInt": "2"
31+
},
32+
"strMaxQueryLength": {
33+
"$numberInt": "10"
34+
},
35+
"contention": {
36+
"$numberLong": "0"
37+
},
38+
"caseSensitive": true,
39+
"diacriticSensitive": true
40+
}
41+
]
42+
}
43+
]
44+
}

0 commit comments

Comments
 (0)