quick-score
quick-score copied to clipboard
A JavaScript string-scoring and fuzzy-matching library based on the Quicksilver algorithm, designed for smart auto-complete.
Hi all, How can I limit the count of result items when I run the search on a array with over 10.000 items? Thans
This may or may not be a bug, or perhaps an ambiguity in the documentation. If `minimumScore = 0`, items with `score = 0` will not be returned in the...
Hi, I have noticed that when searching for a word, results containing all of the letters in that word, even if they are separated by other letters, often appear above...
Hi there! Thanks for this library. I've been trying out different search libraries for a project, and have been really impressed thus far with quickscore! One feature that would be...
When doing searches on a QuickScore class, if a query contains extra characters than the options, it will simply fail, even if its just one character off. Example: Wanted word...
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...