panoptes icon indicating copy to clipboard operation
panoptes copied to clipboard

Full text search for find item wizard

Open pvaut opened this issue 11 years ago • 1 comments

Optionally use MySQL full text indexing for a google-like search in the find item wizard. Currently we use quick find fields. The idea here is we could use full text indexing of a table instead.

pvaut avatar Feb 20 '14 18:02 pvaut

I think a unified text search would be a wonderful thing. It needn't use full text search even. I propose we use the current "quick find fields" and do a query on every table and the genes (and sequence?!) and return categorised results. It could also support CHROM:0-1000 type entry which would return both text and "entities in region" results.

This would replace the current find widget.

benjeffery avatar Feb 24 '17 17:02 benjeffery