tetherless-world / mowgli-etl

DARPA Machine Common Sense (MCS) Multi-modal Open World Grounded Learning and Inference (MOWGLI) Extract-Transform-Load sub-project
MIT License
6 stars 1 forks source link

GUI: move search input to navbar, implement typeahead or @material-ui/Autocomplete #121

Closed gordom6 closed 4 years ago

gordom6 commented 4 years ago

Usual approach is to show the top n suggestions in the autocomplete dropdown, and allow users to jump right to a node page by selecting (enter/click) in the autocomplete. Alternatively, they can hit "enter" on their search which will go to a separate search results page (like the current home page).

gordom6 commented 4 years ago

@123joshuawu Autocomplete is usually done with prefix search rather than fulltext search. For now use the fulltext search and we'll see how the results look.