rsql-jpa-specification
rsql-jpa-specification copied to clipboard
Ignore case not working with accent
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?