Open
Description
Hi @phnx47,
I faced with the need to use ignore case LIKE in PostgreSQL. Would be great to have an ability to convert predicate
entity.SomeString.Contains("target", StringComparison.InvariantCultureIgnoreCase)
to ..."SomeString" ILIKE '%target%'
Thank you.
Activity