searchable
searchable copied to clipboard
ILIKE instead of LIKE
I am using postgres, where LIKE is case sensitive. This does not provide best experience with filters. ILIKE should be used in this case.
Can this be fixed?