how can I make equals predicate returns non case sensitive result in hazelcast values(Predicate arg0) function

949 views Asked by At

Is there any way to make hazelcast values(Predicate arg0) function non-case sensitive.

I am trying to filter a IMap based on the name, but the values function search and returns only exact match(case sensitive data).

0

There are 0 answers