Support for ilike in postgresql
See original GitHub issueJust like like
there is something called ilike
which is cooperation but case insensitive. It would be great if you can support that as well along side like
if you are Ok. I can give merge request.
Issue Analytics
- State:
- Created a year ago
- Comments:17 (12 by maintainers)
Top Results From Across the Web
PostgreSQL - ILIKE operator
The PostgreSQL ILIKE operator is used query data using pattern matching techniques. Its result include strings that are case-insensitive and ...
Read more >PostgreSQL: Documentation: 7.3: Pattern Matching
Every pattern defines a set of strings. The LIKE expression returns true if the string is contained in the set of strings represented...
Read more >What Does ILIKE Operator Do in PostgreSQL?
The ILIKE operator in Postgres performs case-insensitive pattern matching. For this purpose, Postgres offers a couple of wildcards denoted by a ...
Read more >“LIKE” vs “ILIKE” operator in PostgreSQL | by Nidhi Gupta
ILIKE operator works the same way as a LIKE operator but makes the language case-insensitive. Both the operators are used for pattern matching ......
Read more >PostgreSQL ILIKE Operator
A guide on how to use the ILIKE operator in PostgreSQL while showcasing the ability to perform pattern matching while ignoring cases through...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah, it’s an edge case for sure. It makes me feel indifferent to adding it. Maybe a manual query is the way in this case (pardon the pun).
I guess I agree with gentlemen here. @Dzoukr please do honor to close this issue.