rnacentral-webcode icon indicating copy to clipboard operation
rnacentral-webcode copied to clipboard

Intelligent autocomplete for text search

Open AntonPetrov opened this issue 6 years ago • 0 comments

Background

To make it easier for users to perform precise searches without knowing Lucene syntax or selecting facets, we can implement autocomplete by category similar to how it is done in PDBe:

screen shot 2018-03-01 at 16 54 33

This should work well for simple searches like human or mir-100. For more complex queries, we need to parse queries and perform more advanced processing which is a separate issue.

Implementation

  • [ ] create a new Solr index
  • [ ] index a subset of data (Organisms, Genes, maybe Authors)
  • [ ] update the UI to show autocomplete suggestions

AntonPetrov avatar Mar 01 '18 17:03 AntonPetrov