mattyork / fuzzy

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

Return indices of matched characters #30

Open romaricpascal opened 7 years ago

romaricpascal commented 7 years ago

In addition to inserting text with pre and post, the results now contain a indices property with a list of the positions of the characters matched during the search. This might help with #26