Skip to content

Commit 26c7377

Browse files
committed
docs: link to supporting documentation
1 parent 4c4a0b1 commit 26c7377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SUPABASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ SELECT * FROM users WHERE eql_v1.like(encrypted_email, $1)
5555
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.
58-
Case sensitivity is determined by the index term configuration.
58+
Case sensitivity is determined by the [index term configuration](./docs/reference/INDEX.md#options-for-match-indexes-opts) of `match` indexes.
5959
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.
6161
The `LIKE` operation is always the same, and the data is different.

0 commit comments

Comments
 (0)