We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are you still working on this? This would be a great improvement.
I use this library for my (sublime-go-to-anything-like) chrome extension Tab Ahead.
The text was updated successfully, but these errors were encountered:
Thanks, janraasch! My current project is winding down and this will be the first improvement I'll make.
Any other feature requests?
Sorry, something went wrong.
It would be nice to be able to return an array of strings to test in the extract function. Say, for example, I'm looking for matches in items of type
extract
{ title: "Some title", url: "Some url" }
Currently, you'd have to do some workaround like
extract = function (el) { return el.title + 'myFunkyWorkaroundCharacters' + el.url; }
and then split the result strings later on.
Any update on this? :)
Re: finding the best match - this might be a good place to look for ideas: http://stackoverflow.com/questions/23305000/javascript-fuzzy-search-that-makes-sense
@janraasch: I like the idea for that feature. It'd be great to see it in a new issue, since it's different from the topic of this issue.
mattyork
No branches or pull requests
Are you still working on this? This would be a great improvement.
I use this library for my (sublime-go-to-anything-like) chrome extension Tab Ahead.
The text was updated successfully, but these errors were encountered: