mattyork / fuzzy

Filters a list based on a fuzzy string search
MIT License
831 stars 86 forks source link

Provide best match in a given string #23

Open sqrtsanta opened 8 years ago

sqrtsanta commented 8 years ago

Search improvement: behave a bit more like sublime text by getting the BEST match in a given string, not just the first. For example, searching for 'bass' in 'bodacious bass' should match against 'bass', but it currently matches like so: odciou bas. Also, "reactive rice" would be active re.

mattyork commented 8 years ago

Addresses #3