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
https://twitter.github.io/typeahead.js/
This should be pretty straightforward with the minimal metadata in albums.
albums
The text was updated successfully, but these errors were encountered:
Added lib.search, search_index and /find route for #6
fc2a564
Currently, it takes a couple of minutes to index a couple thousand albums.
> Moo.lib.search_index 1500/1842 > Moo.lib.search_index 1600/1842 > Moo.lib.search_index 1700/1842 > Moo.lib.search_index 1800/1842 > Moo.lib.search_index 125 seconds to index 1842 albums
We should persist the results to a file, read from the file on startup, and kickoff an asynchronous index task if files have changed.
Sorry, something went wrong.
Basic search with manual launch from the /admin page was implemented in v0.3
siznax
No branches or pull requests
https://twitter.github.io/typeahead.js/
This should be pretty straightforward with the minimal metadata in
albums
.The text was updated successfully, but these errors were encountered: