Case insensitive filtering #250
Closed
mickoymouse
started this conversation in
General
Replies: 1 comment 10 replies
-
Hi @mickoymouse, |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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