-
Notifications
You must be signed in to change notification settings - Fork 293
Open
Description
Currently, when inputing a search query in the package search bar, there are no suggested results:
It would be great if there were search result suggestions on the same page.
For example, something as basic as how it is done on rubygems.org would be sufficient:
Minimal PoC features
- Suggestion datalist only on the homepage (root path)
- Very basic rules for displaying results, re-use existing search engine and show top N results (e.g. no more than 10)
- Just present package names initially, without extra metadata
- Most likely a LiveView will be needed for the index page