We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d751bf1 commit bda722bCopy full SHA for bda722b
.changeset/ste-vec-query-support.md
@@ -0,0 +1,11 @@
1
+---
2
+"@cipherstash/protect": minor
3
+"@cipherstash/schema": minor
4
5
+
6
+Add STE Vec query support to encryptQuery API for encrypted JSONB columns.
7
8
+- New `searchableJson()` method on column schema enables encrypted JSONB queries
9
+- Automatic query operation inference from plaintext shape (string → steVecSelector, object/array → steVecTerm)
10
+- Supports explicit `queryType: 'steVecSelector'` and `queryType: 'steVecTerm'` options
11
+- JSONB path utilities for building encrypted JSON column queries
0 commit comments