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/inc/hubConnect.h src/hg/inc/hubConnect.h index 25d52d1..a65461b 100644 --- src/hg/inc/hubConnect.h +++ src/hg/inc/hubConnect.h @@ -31,35 +31,39 @@ #define hgHubDataText "hubUrl" /* name of cgi variable containing new hub name */ #define hgHubGenome "genome" /* name of the cgi variable to specify a db within an assembly hub */ #define hgHubDataClearText "hubClear" /* name of cgi variable containing new hub name */ #define hubTrackPrefix "hub_" /* The names of all hub tracks begin with this. Use in cart. */ #define hgHubSearchTerms "hubSearchTerms" /* name of cart/cgi variable containing the current search terms */ +#define hgHubDbFilter "hubDbFilter" +/* name of cart/cgi variable containing text for filtering hubs by assembly */ + #define hgHub "hgHub_" /* prefix for all control variables */ #define hgHubDo hgHub "do_" /* prefix for all commands */ #define hgHubDoClear hgHubDo "clear" #define hgHubDoSearch hgHubDo "search" #define hgHubDoDeleteSearch hgHubDo "deleteSearch" +#define hgHubDoFilter hgHubDo "filter" #define hgHubDoDisconnect hgHubDo "disconnect" #define hgHubDoFirstDb hgHubDo "firstDb" #define hgHubDoDecorateDb hgHubDo "decorateDb" #define hgHubDoRedirect hgHubDo "redirect" boolean isHubTrack(char *trackName); /* Return TRUE if it's a hub track. */ struct hubConnectStatus /* Basic status in hubStatus. Note it is *not* the same as the * hubStatus table, that has a bunch of extra fields to help * keep track of whether the hub is alive. */ { struct hubConnectStatus *next; unsigned id; /* Hub ID */