MihaiValentin / lunr-languages

A collection of languages stemmers and stopwords for Lunr Javascript library
Other
432 stars 162 forks source link

French 'Diabète' is not in the index #35

Closed jin-jianfeng closed 7 years ago

jin-jianfeng commented 7 years ago

I have "Diabète" in both title, and body, why it does not appear in the search index?

jin-jianfeng commented 7 years ago

Actually I passed idx.search('Diabète*'), there is no search results. But if I pass idx.search('Diabète') without the wildcard, there will be search results showing. It should be some reason behind for lunr.js.