ontodev/gizmos

Implement search results list or table

Opened this issue · 0 comments

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.