BD2KGenomics / brca-website-deprecated

This repo is deprecated! Please use https://github.com/BD2KGenomics/brca-exchange
Apache License 2.0
6 stars 9 forks source link

autocomplete search bug #96

Open benedictpaten opened 8 years ago

benedictpaten commented 8 years ago

When I type "g." in the search page on http://brca-website.cloudapp.net/ it does nothing. (Well actually, a frustrating little "?" pops up next to the search box, but when I go over there to click on it is disappears.)

However, on http://brca-website.cloudapp.net/variants?search=g.&hide[]=Source_URL, when I type the same thing, i.e. "g.", it displays above the search box " 12364 matching variants of which 32 matched on synonyms"

This is much more helpful than doing nothing. (Although the frustating little "?" still pops up, but here I can ignore it because I have the info I want)

melissacline commented 8 years ago

At this point, both search boxes do the same thing in response to "g.": they return the hit to 12K matching variants with 32 pseudonym matches. There is no auto-complete on g. This may be related to our wait for the Invitae library.

melissacline commented 8 years ago

The issue is that we do not have anything in the pseudonyms column that lists the genomic HGVS string, with the formal "g." prefix. We could fix this by adding pseudonyms that list the genomic coordinates in HGVS format.

melissacline commented 8 years ago

Melissa to add the pseudonyms with the g.* prefix to the pseudonym column.