DEV Community

Discussion on: How to query with PostgreSQL wildcards like a Pro

Collapse
 
igeligel profile image
Kevin Peters

Thanks, knew about ILIKE but this is just an extension for PostgreSQL. Regular expressions are of course more flexible. Also thanks for mentioning the full-text search. I will extend the article to include these points.