-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8.0-HF25, 6.0
-
Fix Version/s: 5.8.0-HF26, 6.0-HF01
-
Component/s: Elasticsearch
-
Tags:
-
Upgrade notes:
Since NXP-15842 we can use the ILIKE operation with a proper mapping,
but this force the field to be analyzed in lowercase.
This makes all the operator case insensitive and require to submit input in lower case.
We should have a dedicated index field for the ILIKE operator, like we did for FULLTEXT or STARTSWITH.