Skip to content

Commit 2b9989d

Browse files
CDThomasauxesis
andauthored
Highlight technical terms
Co-authored-by: Lindsay Holmwood <[email protected]>
1 parent 0fa808e commit 2b9989d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NATIVE_POSTGRES_JSON_COMPARED_TO_EQL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The eJSONPath used with `cs_ste_vec_terms_v1` needs to end with `[*]` (`$.some_a
158158
> Array access with `cs_ste_vec_terms_v1` only works when the given eJSONPath only matches a single array.
159159
> Accessing array elements from `cs_ste_vec_terms_v1` when the eJSONPath matches multiple arrays (for example, when there are nested arrays or multiple arrays at the same depth) can return unexpected results.
160160
161-
The following query compares the first item in the array at the eJSONPath in $1 to the value in $2.
161+
The following query compares the first item in the array at the eJSONPath in `$1` to the value in `$2`.
162162

163163
```sql
164164
SELECT * FROM examples

0 commit comments

Comments
 (0)