You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like sorting a grid had the same kind of problem until w2ui supported fields with sortMode: 'i18n'.
Filtering search using the same kind of 'replace accented char with base letter' routine should do it.
The text was updated successfully, but these errors were encountered:
AlanSkyNet
changed the title
w2grid search text doesn't support accented characters
w2grid search text supports accented characters but cannot find unaccented matches (é or e)
Dec 5, 2024
When you set toolbarSearch to true on a grid, if you search on a text field it will miss all matches if there is an accent in the search value.
name: 'gridDocs',
header: 'List of documents',
show: { header : true, toolbar: true, toolbarSearch: true, toolbarReload: false, footer: true},
multiSearch: false,
searches: [
{ field: 'doctitle', label: 'title', type: 'text', operator: 'contains'}
]
It seems like sorting a grid had the same kind of problem until w2ui supported fields with sortMode: 'i18n'.
Filtering search using the same kind of 'replace accented char with base letter' routine should do it.
The text was updated successfully, but these errors were encountered: