Open
Description
@jcollins-g, @srawlins - I'd like to get your thoughts on a proposal for a redux of the in-page search UI. This might address a few of the findings of the recent user study (though would not address all).
- increase the amount of context info we show per search item (each item becomes 2 lines tall)
- show results in a popup, scrolling list; show a max number of elements (it's not useful to see 1000 items) but tell people how many results are not shown
- don't fallback to a separate search page when we have a lot of results; rely on the user instead filtering their query a bit more
Separately from the UX, it would be good to move the filtering and ranking code out of the web/
folder in order to get that under test.
Here's an image of what this would look like:
