Skip to content
New issue

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

Not work with Cyrillic #53

Closed
hqdrone opened this issue Jul 26, 2020 · 1 comment
Closed

Not work with Cyrillic #53

hqdrone opened this issue Jul 26, 2020 · 1 comment

Comments

@hqdrone
Copy link

hqdrone commented Jul 26, 2020

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?

@travis-r6s
Copy link
Owner

Hello @hqdrone

Please check the FlexSearch documentation for this - for example nextapps-de/flexsearch#51.

You can also probably follow similar steps to #23

@hqdrone hqdrone closed this as completed Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants