You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove mention of "websearch_to_match" as q (for query) value
This change removes the mention of `"websearch_to_match"` as a
possible value for the `q` (for query) field in the EQL plaintext payload.
We're considering adding `"websearch_to_match"` to support
functionality similar to PG's built in `websearch_to_tsquery` function,
but this hasn't been implemented.
| s | Schema version | JSON Schema version of this json document. |
649
-
| v | Version | The configuration version that generated this stored value. |
650
-
| k | Kind | The kind of the data (plaintext/pt, ciphertext/ct, encrypting/et). |
651
-
| i.t | Table identifier | Name of the table containing encrypted column. |
652
-
| i.c | Column identifier | Name of the encrypted column. |
653
-
| p | Plaintext | Plaintext value sent by database client. Required if kind is plaintext/pt or encrypting/et. |
654
-
| q | For query | Specifies that the plaintext should be encrypted for a specific query operation. If `null`, source encryption and encryption for all indexes will be performed. Valid values are `"match"`, `"ore"`, `"unique"`, `"ste_vec"`, `"ejson_path"`, and `"websearch_to_match"`. |
655
-
| c | Ciphertext | Ciphertext value. Encrypted by Proxy. Required if kind is plaintext/pt or encrypting/et. |
656
-
| m | Match index | Ciphertext index value. Encrypted by Proxy. |
657
-
| o | ORE index | Ciphertext index value. Encrypted by Proxy. |
658
-
| u | Unique index | Ciphertext index value. Encrypted by Proxy. |
659
-
| sv | STE vector index | Ciphertext index value. Encrypted by Proxy. |
| s | Schema version | JSON Schema version of this json document. |
649
+
| v | Version | The configuration version that generated this stored value. |
650
+
| k | Kind | The kind of the data (plaintext/pt, ciphertext/ct, encrypting/et). |
651
+
| i.t | Table identifier | Name of the table containing encrypted column. |
652
+
| i.c | Column identifier | Name of the encrypted column. |
653
+
| p | Plaintext | Plaintext value sent by database client. Required if kind is plaintext/pt or encrypting/et. |
654
+
| q | For query | Specifies that the plaintext should be encrypted for a specific query operation. If `null`, source encryption and encryption for all indexes will be performed. Valid values are `"match"`, `"ore"`, `"unique"`, `"ste_vec"`, and `"ejson_path"`. |
655
+
| c | Ciphertext | Ciphertext value. Encrypted by Proxy. Required if kind is plaintext/pt or encrypting/et. |
656
+
| m | Match index | Ciphertext index value. Encrypted by Proxy. |
657
+
| o | ORE index | Ciphertext index value. Encrypted by Proxy. |
658
+
| u | Unique index | Ciphertext index value. Encrypted by Proxy. |
659
+
| sv | STE vector index | Ciphertext index value. Encrypted by Proxy. |
0 commit comments