CipherStashDocs
StackLatestPackagesStackSrcTypes publicType aliases

EncryptedQuery

Structural type representing an encrypted query term (search needle) returned by `encryptQuery` / `encryptQueryBulk` for scalar (`unique` / `match` / `ore`) ...

@cipherstash/stack


Type Alias: EncryptedQuery

type EncryptedQuery = CipherStashEncryptedQuery;

Defined in: packages/stack/src/types.ts:49

Structural type representing an encrypted query term (search needle) returned by encryptQuery / encryptQueryBulk for scalar (unique / match / ore) lookups and ste_vec_selector JSON path queries. Carries no ciphertext — matched against stored values, never decrypted. JSON containment queries (ste_vec_term) return a storage-shaped Encrypted payload instead.

On this page