farzher / fuzzysort

Fast SublimeText-like fuzzy search for JavaScript.

Home Page:https://rawgit.com/farzher/fuzzysort/master/test/test.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error on lines 56 and 141 when using sorting 1 million results.

SeanWichertSr opened this issue Β· comments

Resolved:

There was an extra ", on the last line of testdata.js Thank you! Awesome resource. πŸ™

Original issue I couldn't figure out:

How may I increase the "Len" (length) to query more than 1,000,000? It works with 1 million fine, but when we added more than that, we see an error in the Chrome Developer Tools Console on lines 56 and 141 from fuzzysort.js where the length is referenced.