Skip to content

Commit 82b7ac6

Browse files
CDThomasauxesis
andauthored
Line per sentence, to improve maintainability
Co-authored-by: Lindsay Holmwood <[email protected]>
1 parent 2b9989d commit 82b7ac6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

NATIVE_POSTGRES_JSON_COMPARED_TO_EQL.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ SELECT plaintext_jsonb#>>'{field_a,field_b}' FROM examples;
212212

213213
EQL JSONB functions accept an eJSONPath as an argument (instead of using `#>`/`#>>`) for lookups.
214214

215-
Note that these are similar to the examples for `->`/`->>`. The difference in these examples is that the path does a lookup multiple levels deep.
215+
Note that these are similar to the examples for `->`/`->>`.
216+
The difference in these examples is that the path does a lookup multiple levels deep.
216217

217218
#### Decryption example
218219

@@ -409,7 +410,8 @@ Would return the EQL plaintext payload with an array (`[1, 2, 3]` for example):
409410

410411
#### Comparison example
411412

412-
`cs_ste_vec_terms_v1` (note that terms is plural) can be used to return an array of ORE terms for comparison. The array can be `unnest`ed to work with a `SETOF` ORE terms for comparison.
413+
`cs_ste_vec_terms_v1` (note that terms is plural) can be used to return an array of ORE terms for comparison.
414+
The array can be `unnest`ed to work with a `SETOF` ORE terms for comparison.
413415

414416
The eJSONPath used with `cs_ste_vec_terms_v1` needs to end with `[*]` (`$.some_array_field[*]` for example).
415417

0 commit comments

Comments
 (0)