File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,8 @@ WHERE cs_ste_vec_v1(encrypted_json) @> cs_ste_vec_v1(
147
147
"v":1,
148
148
"k":"pt",
149
149
"p":{"top":{"nested":["a"]}},
150
- "i":{"t":"examples","c":"encrypted_json"}
150
+ "i":{"t":"examples","c":"encrypted_json"},
151
+ "q":"ste_vec"
151
152
}'
152
153
);
153
154
```
@@ -174,7 +175,8 @@ WHERE cs_ste_vec_v1(encrypted_json) @> cs_ste_vec_v1(
174
175
"v":1,
175
176
"k":"pt",
176
177
"p":{"top":{"nested":["d"]}},
177
- "i":{"t":"examples","c":"encrypted_json"}
178
+ "i":{"t":"examples","c":"encrypted_json"},
179
+ "q":"ste_vec"
178
180
}'
179
181
);
180
182
```
@@ -261,8 +263,9 @@ WHERE cs_ste_vec_term_v1(encrypted_json,
261
263
' {
262
264
"v":1,
263
265
"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"
266
269
}'
267
270
);
268
271
```
You can’t perform that action at this time.
0 commit comments