Skip to content

Commit bd33ebf

Browse files
committed
Fix up "k" (kind) property in match query example
1 parent 644053f commit bd33ebf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Which will execute on the server as:
8484
SELECT email_encrypted FROM users
8585
WHERE cs_match_v1(email_encrypted) @> cs_match_v1('{
8686
"v": 1,
87-
"k": "ct",
87+
"k": "pt",
8888
"p": "test",
8989
"i": {
9090
"t": "users",
@@ -109,7 +109,7 @@ For reference, the EQL payload is defined as a `jsonb` with a specific schema:
109109
```json
110110
{
111111
"v": 1,
112-
"k": "ct",
112+
"k": "pt",
113113
114114
"i": {
115115
"t": "users",

0 commit comments

Comments
 (0)