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

Implement search results list or table #96

Open
jamesaoverton opened this issue Sep 3, 2021 · 0 comments · May be fixed by #97
Open

Implement search results list or table #96

jamesaoverton opened this issue Sep 3, 2021 · 0 comments · May be fixed by #97

Comments

@jamesaoverton
Copy link
Member

We currently have gizmos.search to drive a nice Typeahead search box. If you know exactly what you're looking for, it's great. But it's limited to a pretty small number of search results. We now have a use case for searching the entire human proteome, which is 20,000+ terms. We need better ways to display a large number of search results, then narrow them down further.

One example to follow us OLS term search results.

I think I would prefer a table of search results, with distinct columns. Especially important are: label, synonyms, definition, parent or branch. Maybe this should to be backed by a SQL table, which would keep the Gizmos code simpler.

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

Successfully merging a pull request may close this issue.

2 participants