Add ILIKE operator to Expressions for case-insensitive string comparisons
Description
The Expression parser currently supports the LIKE operator, which performs a case-sensitive wildcard string comparison. This issue suggests adding an ILIKE operator, similar to that of PostgreSQL, to support case-insensitive wildcard string comparisons.
Activity
Show:
Jerry Faust
September 5, 2019, 7:33 PM
ILIKE operator has been added; behaving the same as the LIKE operator, except for being case-insensitive.