79e2e0421ffa1203d75e66351a2046085129528e jcasper Thu Jun 15 15:16:16 2017 -0700 hgHubConnect now displays search details and indexes description content, refs #13625 diff --git src/hg/lib/hubSearchText.as src/hg/lib/hubSearchText.as new file mode 100644 index 0000000..db4969f --- /dev/null +++ src/hg/lib/hubSearchText.as @@ -0,0 +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)" + lstring text; "Description text" + )