We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm from Russia and want to add flexsearch plugin on my Gridsome blog(https://frontips.ru/) but it's not work with Cyrillic encode
If I type text on English language I get result but if I type on Russian language Post Title not founding
{ use: 'gridsome-plugin-flexsearch', options: { searchFields: ['title'], collections: [ { typeName: 'Post', indexName: 'Post', fields: ['title'] } ] } }
How can I solve this problem?
The text was updated successfully, but these errors were encountered:
Hello @hqdrone
Please check the FlexSearch documentation for this - for example nextapps-de/flexsearch#51.
You can also probably follow similar steps to #23
Sorry, something went wrong.
No branches or pull requests
Hi, I'm from Russia and want to add flexsearch plugin on my Gridsome blog(https://frontips.ru/) but it's not work with Cyrillic encode
If I type text on English language I get result but if I type on Russian language Post Title not founding
How can I solve this problem?
The text was updated successfully, but these errors were encountered: