olivernn / lunr.js

A bit like Solr, but much smaller and not as bright
http://lunrjs.com
MIT License
8.91k stars 546 forks source link

Unable to perform search using Cyrillic chars #318

Closed x1unix closed 6 years ago

x1unix commented 6 years ago

Lunr.js can't work with collections that contain values with cyrillic characters.

Bug example you can find at this codepen

hoelzro commented 6 years ago

@x1unix Привiт! The default pipeline is English-specific; you may want to check out https://lunrjs.com/guides/language_support.html for other languages. Unfortunately, it doesn't look like there's a Ukrainian plugin, but maybe you could create one!

x1unix commented 6 years ago

@hoelzro, thank you!