SyntaxFix
Write A Post
Hire A Developer
Questions
You can use Postgres' SIMILAR TO operator which supports alternations, i.e.
SIMILAR TO
select * from table where lower(value) similar to '%(foo|bar|baz)%';