Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolve multiple suggestions with same value #9

Open
ajo2995 opened this issue Sep 26, 2016 · 0 comments
Open

resolve multiple suggestions with same value #9

ajo2995 opened this issue Sep 26, 2016 · 0 comments

Comments

@ajo2995
Copy link
Member

ajo2995 commented Sep 26, 2016

In search.gramene.org if you paste in OS11G0455500 you get 3 seemingly identical suggestions. You can see what's going on here by looking at the data being requested
http://data.gramene.org/v51/suggest?q=OS11G0455500

The two suggestions that lead to the filter fq=id:OS11G0455500 should be consolidated into one. Address this in the script suggestions/genes.js

The suggestion that leads to the filter fq=id:BGIOSGA034046 should be displayed differently. Maybe the subcategory should precede the display_name in the filter display logic. For example:
xref:OS11G0455500 for this one and id:OS11G0455500 for the other. The sorting logic should probably put the id before the xref. This should be address in gramoogle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant