olivernn / lunr.js

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

Make sure fuzzy strings have fuzziness at the end #382

Closed hoelzro closed 5 years ago

hoelzro commented 5 years ago

Fixes GH #375

Before, insertions were not made at the end of a fuzzy string for token sets

olivernn commented 5 years ago

Looks good, thanks for digging into this, I'll put together a release for this shortly.