jeancroy / FuzzySearch

:mag: Fast autocomplete suggestion engine using approximate string matching
MIT License
194 stars 32 forks source link

Sort by Length #26

Closed amodaugustin closed 3 years ago

amodaugustin commented 3 years ago

Hi Jean,

Another quick check, can i sort the result based on string length instead of alphabetic order. can we pass in an argument option or do we need to change in FuzzySearch.js

Thanks Again for your work.

amodaugustin commented 3 years ago

I was able to update compareResults which worked as expected.