Skip to content

Commit 0c7ca4d

Browse files
committed
Merge branch 'docs-v2' of https://github.com/cipherstash/encrypt-query-language into docs-v2
2 parents 29a6ff0 + 4155e5e commit 0c7ca4d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/reference/JSON.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ WHERE cs_ste_vec_v1(encrypted_json) @> cs_ste_vec_v1(
147147
"v":1,
148148
"k":"pt",
149149
"p":{"top":{"nested":["a"]}},
150-
"i":{"t":"examples","c":"encrypted_json"}
150+
"i":{"t":"examples","c":"encrypted_json"},
151+
"q":"ste_vec"
151152
}'
152153
);
153154
```
@@ -174,7 +175,8 @@ WHERE cs_ste_vec_v1(encrypted_json) @> cs_ste_vec_v1(
174175
"v":1,
175176
"k":"pt",
176177
"p":{"top":{"nested":["d"]}},
177-
"i":{"t":"examples","c":"encrypted_json"}
178+
"i":{"t":"examples","c":"encrypted_json"},
179+
"q":"ste_vec"
178180
}'
179181
);
180182
```
@@ -261,8 +263,9 @@ WHERE cs_ste_vec_term_v1(encrypted_json,
261263
'{
262264
"v":1,
263265
"k":"pt",
264-
"p":2,
265-
"i":{"t":"examples","c":"encrypted_json"}
266+
"p":"2",
267+
"i":{"t":"examples","c":"encrypted_json"},
268+
"q":"ste_vec"
266269
}'
267270
);
268271
```

0 commit comments

Comments
 (0)