File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ 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
58
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 ` ) .
60
60
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.
62
62
The different operators are kept to preserve the semantics of SQL statements in client applications.
63
63
64
64
### ` ORDER BY `
You can’t perform that action at this time.
0 commit comments