Skip to content

Commit 4c4a0b1

Browse files
committed
docs: highlight technical terms
1 parent 439f1cb commit 4c4a0b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SUPABASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ The EQL `eql_v1.like` and `eql_v1.ilike` functions are equivalent.
5656

5757
The behaviour of the "match" index term that is used by the encrypted `LIKE` operators is slightly different to default PostgreSQL.
5858
Case sensitivity is determined by the index term configuration.
59-
A match index term can be configured to enable case sensitive searches.
59+
A `match` index term can be configured to enable case sensitive searches with token filters (for example, `downcase` and `upcase`).
6060
The data is encrypted based on the configuration.
61-
The like operation is always the same, and the data is different.
61+
The `LIKE` operation is always the same, and the data is different.
6262
The different operators are kept to preserve the semantics of SQL statements in client applications.
6363

6464
### `ORDER BY`

0 commit comments

Comments
 (0)