We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da90309 commit 42a81eaCopy full SHA for 42a81ea
1 file changed
packages/cipherstash-proxy/src/proxy/encrypt_config/config.rs
@@ -184,7 +184,11 @@ impl Column {
184
}))
185
}
186
187
- if let Some(SteVecIndexOpts { prefix, term_filters }) = self.indexes.ste_vec_index {
+ if let Some(SteVecIndexOpts {
188
+ prefix,
189
+ term_filters,
190
+ }) = self.indexes.ste_vec_index
191
+ {
192
config = config.add_index(Index::new(IndexType::SteVec {
193
prefix,
194
term_filters,
0 commit comments