File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ SELECT * FROM users WHERE eql_v1.like(encrypted_email, $1)
55
55
The EQL ` eql_v1.like ` and ` eql_v1.ilike ` functions are equivalent.
56
56
57
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.
58
+ Case sensitivity is determined by the [ index term configuration] ( ./docs/reference/INDEX.md#options-for-match-indexes-opts ) of ` match ` indexes .
59
59
A ` match ` index term can be configured to enable case sensitive searches with token filters (for example, ` downcase ` and ` upcase ` ).
60
60
The data is encrypted based on the configuration.
61
61
The ` LIKE ` operation is always the same, and the data is different.
You can’t perform that action at this time.
0 commit comments