Hi, any ideas about how to use this Flexsearch function together with this plugin?
Or any other way how to replace special characters with required characters?
FlexSearch.registerMatcher({
'ä': 'a', // replaces all 'ä' to 'a'
'ó': 'o',
'[ûúù]': 'u' // replaces multiple
});
Thank you
Hi, any ideas about how to use this Flexsearch function together with this plugin? Or any other way how to replace special characters with required characters? FlexSearch.registerMatcher({ 'ä': 'a', // replaces all 'ä' to 'a' 'ó': 'o', '[ûúù]': 'u' // replaces multiple }); Thank you