744a3b2e1774459ae0348822c983a24746776f96 jcasper Fri Feb 16 12:26:31 2018 -0800 Hub text search now includes metadata tags, behaves better when encountering missing tracks/assemblies, and includes a MySQL index on the track field of hubSearchText refs #20761, #18865, #20694 diff --git src/hg/lib/hubSearchText.as src/hg/lib/hubSearchText.as index db4969f..2da1c14 100644 --- src/hg/lib/hubSearchText.as +++ src/hg/lib/hubSearchText.as @@ -1,10 +1,10 @@ table hubSearchText "Track hub descriptions" ( lstring hubUrl; "Hub URL" string db; "Assembly name (UCSC format) for Assembly and Track descriptions, NULL for hub descriptions" string track; "Track name for track descriptions, NULL for others" string label; "Name to display in search results" - enum ("Short", "Long") textLength; "Length of text (short for labels, long for description pages)" + enum ("Short", "Long", "Meta") textLength; "Length of text (short for labels, long for description pages, meta for metadata)" lstring text; "Description text" )