nextapps-de / flexsearch

Next-Generation full text search library for Browser and Node.js
Apache License 2.0
12.53k stars 491 forks source link

Hyphenations support #194

Closed IhorKobylinskiy closed 4 years ago

IhorKobylinskiy commented 4 years ago

If the word has hyphenation it will be ignored by search engine. For example if you are searching for "Reason", instance "Rea-son" will be ignored. I use version 0.6.12

ts-thomas commented 3 years ago

Please use a custom encoder for this purpose. Also using a custom "matcher" will also work in this case.