ryanhugh / searchneu

Search over Classes, Professors and Employees at NEU!
https://searchneu.com
GNU Affero General Public License v3.0
74 stars 18 forks source link

Search Autocomplete Instead of Instant Search #79

Open dajinchu opened 5 years ago

dajinchu commented 5 years ago

I think autocomplete might be a better user experience than instant search results.

Instant Search:

Autocomplete:

Some articles: Google dropped Instant Search: https://gizmodo.com/rip-google-instant-search-you-were-never-necessary-1797281069 Good UX info on autocomplete: https://baymard.com/blog/autocomplete-design

Let me know what you think. I can work on a bit of prototype to see how it feels.

ryanhugh commented 5 years ago

I agree this would be super cool. We can use the same search backend (and endpoint) too, instead of creating a different search pipeline for this. The current search is super fast and I'm not worried about speed at all.

However, I wonder if we could spend our time building out other features first? Maybe it would be better to do #58 which would let us add filtering tot search (#1) first? Maybe we could add some social features?

Edit - just saw your other comment about elastic search too - sounds good

dajinchu commented 5 years ago

Yeah elasticsearch is the prereq for this for sure