angeloashmore / gatsby-plugin-local-search

Gatsby plugin for providing client-side search for data available in Gatsby's GraphQL layer using a variety of engines
MIT License
51 stars 29 forks source link

How to use flexsearch custom matcher together with this plugin? #28

Open igorik77 opened 3 years ago

igorik77 commented 3 years ago

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