Case insensitive filtering #250
mickoymouse
started this conversation in
General
Replies: 1 comment 9 replies
-
Hi @mickoymouse, |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to have the library do case insensitive filtering by using ILIKE operator instead of doing a lower(column) LIKE?
I do understand ILIKE is a postgresql specific and since that's what we are using, I was wondering if there is a way to handle =* operation with it instead.
Beta Was this translation helpful? Give feedback.
All reactions