leo-buneev / vuepress-plugin-fulltext-search

Adds full-text search capabilities to your vuepress site with a help of flexsearch library.
MIT License
93 stars 23 forks source link

support chinese #1

Closed taojunnan closed 4 years ago

taojunnan commented 4 years ago

great job how can I search chinese

WahaWaher commented 4 years ago

+ Non-latin characters in the query do not produce a result. In native search VuePress is already fixed. In my case this works fine. I hope it helps.

leo-buneev commented 4 years ago

Added some support for chinese and cyrillic characters in v2.0.2. It's not exactly trivial due to how flexsearch works, please let me know if there are issues.