moroshko / autosuggest-trie

Minimalistic trie implementation for autosuggest and autocomplete components
MIT License
25 stars 4 forks source link

Specify blank query matches #3

Closed Gelio closed 7 years ago

Gelio commented 7 years ago

This PR is regarding issue #2. I added that option, along with necessary tests and brief documentation in the README.

I also noticed that on Windows the npm test command wouldn't work because of single quotes being used. I changed that to double quotes, which fixed the issue. I don't believe this will cause any problems on Mac/Unix.

moroshko commented 7 years ago

Sorry, closing due to this.