748b06ac95ff2a3957be3845bd3594984e3cc3cf chmalee Wed Aug 17 19:21:48 2022 -0700 Rename test cgi to official name. Always search everything, only show categories that have matches in the result list. Add /search endpoint to hubApi, add code to search help docs in hgSuggest but don't call it yet in autoComplete.js. Minor fixups so search result links work correctly. Fixing up old programs that call hgPositionsFind diff --git src/hg/makefile src/hg/makefile index 6a08d85..bbd83e1 100644 --- src/hg/makefile +++ src/hg/makefile @@ -1,29 +1,29 @@ # Build all directories in utils kentSrc = .. include ${kentSrc}/inc/localEnvironment.mk BROWSER_BINS=cartReset das hgBlat makeDb/hgCgiData hgCollection hgConvert \ hgHubConnect hgGateway hgGene hgGenome hgIntegrator hgLogin hgPcr \ hgSession hgSuggest hgTables hgTracks hgTrackUi hgUserSuggestion \ hgc hgApi cartDump near/hgNear hgLiftOver hgLinkIn hgVai \ visiGene/hgVisiGene hgMenubar hgPublicSessions \ encode/hgEncodeDataVersions encode/hgEncodeVocab encode/hgEncodeApi \ phyloPng hgCustom hgPal hgFileUi hgFileSearch makeDb/hgCgiData \ js htdocs/style hgMirror hgBeacon hgGtexTrackSettings pyLib \ - hgGeneGraph hgs hubApi hgPhyloPlace gar searchExample + hgGeneGraph hgs hubApi hgPhyloPlace gar hgSearch ifdef LOWELAB BROWSER_BINS += $(HOME)/lowelab/src/browser/tooltip $(HOME)/lowelab/src/browser/chooseorg endif BROWSER_LOADERS = makeDb/hgLoadBed makeDb/hgLoadWiggle makeDb/hgLoadMaf utils/pslToBigPsl utils/hubCheck ifneq ($(findstring $(shell hostname),hgwdev hgwbeta),) ENCODE_FILES = encode3/encodeDataWarehouse endif TEST_DIRS = lib cgilib autoDtd autoSql blastToPsl checkTableCoords embossToPsl \ genePredSingleCover genePredHisto genePredToBed genePredToGtf \ genePredToMafFrames gbGetEntries hgGetAnn liftAcross liftOver \