farzher / fuzzysort

Fast SublimeText-like fuzzy search for JavaScript.
https://rawgit.com/farzher/fuzzysort/master/test/test.html
MIT License
3.96k stars 159 forks source link

Fix error when result is undefined (not null) #131

Closed Dan1ve closed 5 months ago

Dan1ve commented 5 months ago

Fixes #130

farzher commented 5 months ago

when does this happen? so i can put a test case

edit: nvm i see it. when you use multiple keys, and 1 key doesn't exist on the target, but also the target has a match from another key