Hi,
Is there a way to get client side filtering of text fields to be 'accent' insensitive?
For example, I have two rows with the following text values:
1) "suposición"
2) "suposicion"
Note the 'ó' and 'o' difference.
And I want that either filtering for 'suposición' or 'suposicion' to return both rows.
I'm able to do that at server side, but once the filtering is only client side, I cannot make it work.
I don't want to disable client filtering. Is there a setting to achieve this? or a way to override the comparison method used for a specific field?
Thanks in advance.
Is there a way to get client side filtering of text fields to be 'accent' insensitive?
For example, I have two rows with the following text values:
1) "suposición"
2) "suposicion"
Note the 'ó' and 'o' difference.
And I want that either filtering for 'suposición' or 'suposicion' to return both rows.
I'm able to do that at server side, but once the filtering is only client side, I cannot make it work.
I don't want to disable client filtering. Is there a setting to achieve this? or a way to override the comparison method used for a specific field?
Thanks in advance.
Comment