Skip to content

Commit 439f1cb

Browse files
committed
docs: line per sentence, to improve maintainability
1 parent d1cb685 commit 439f1cb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

SUPABASE.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,12 @@ SELECT * FROM users WHERE eql_v1.like(encrypted_email, $1)
5454

5555
The EQL `eql_v1.like` and `eql_v1.ilike` functions are equivalent.
5656

57-
The behaviour of the "match" index term that is used by the encrypted `LIKE` operators is slightly different to default PostgreSQL. Case sensitivity is determined by the index term configuration. A match index term can be configured to enable case sensitive searches. The data is encrypted based on the configuration. The like operation is always the same, and the data is different. The different operators are kept to preserve the semantics of SQL statements in client applications.
58-
59-
57+
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.
59+
A match index term can be configured to enable case sensitive searches.
60+
The data is encrypted based on the configuration.
61+
The like operation is always the same, and the data is different.
62+
The different operators are kept to preserve the semantics of SQL statements in client applications.
6063

6164
### `ORDER BY`
6265

0 commit comments

Comments
 (0)