Skip to content
New issue

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

Add "type ahead" to search #6

Open
siznax opened this issue Feb 27, 2021 · 2 comments
Open

Add "type ahead" to search #6

siznax opened this issue Feb 27, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@siznax
Copy link
Owner

siznax commented Feb 27, 2021

https://twitter.github.io/typeahead.js/

This should be pretty straightforward with the minimal metadata in albums.

@siznax siznax added enhancement New feature or request good first issue Good for newcomers labels Feb 27, 2021
@siznax siznax removed the good first issue Good for newcomers label Mar 11, 2021
@siznax siznax added this to the 1.0 milestone Mar 12, 2021
@siznax
Copy link
Owner Author

siznax commented Mar 23, 2021

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.

@siznax siznax self-assigned this Mar 23, 2021
@siznax
Copy link
Owner Author

siznax commented Jun 23, 2021

Basic search with manual launch from the /admin page was implemented in v0.3

@siznax siznax changed the title Search with typeahead.js Add "type ahead" to search Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant