Hi,
I need to use like in "case INsensitive" mode. I've found out that I can use postgresql specifik ILIKE keyword.
I've also found that FieldLikePredicate contains CaseSensitiveCollation. Is it possible to change the Predicate behaviour for Postgresql that it'll use ILIKE in case the mentioned flag is set to false?
Of course I can always inherit from class and override the method myself, but maybe it would be usefull for someone else.
Best Regards,
MiloszeS