rsql-jpa-specification icon indicating copy to clipboard operation
rsql-jpa-specification copied to clipboard

Ignore case not working with accent

Open PatrikMalina opened this issue 2 years ago • 2 comments

When using the =ic= or something with ignore case it won't return values with an accent

Example: searching for value Zu klären with =ic= won't return anything but if I use == and search for Zu klären it returns the correct fields.

Is there a way I can fix this myself?

PatrikMalina avatar Nov 11 '22 14:11 PatrikMalina