cblair / portal

A web interface for collecting and analyzing research data
2 stars 0 forks source link

Search Visualizations Pt 1 - Search Autocomplete and suggestions for other queries #22

Closed cblair closed 10 years ago

cblair commented 10 years ago
  1. Test out autocomplete for terms, and weight the terms by score in the drop down using Facets. Depending on how bad this hit the production site, will determine whether we enable this or not.
  2. After regular search results return, wait for a short time (1 second?), then do another Facet query. This will create a Pie Chart of like-terms existing in the database, with their portion relative to their Facet score.
cblair commented 10 years ago

Done.