Commits for chmalee
switch to files view, user index
v438_base to v439_preview (2022-10-10 to 2022-10-17) v439
Show details
af3a143571e5aa064eab75c34f9444b35413b562 Tue Nov 30 15:28:15 2021 -0800
- Add snippet support to trix searching. Required changing the
wordPos from the first highest matching wordIndex to the
wordIndex of the actual span. Have trixContextIndex create a
second level index for fast retrieval of line offsets in
original text file used by ixIxx. Create a simple UI for navigating
hgFind search results.
- src/hg/cgilib/cartJson.c - lines changed 15, context: html, text, full: html, text
- src/hg/hgTracks/hgTracks.c - lines changed 4, context: html, text, full: html, text
- src/hg/htdocs/inc/searchExample.html - lines changed 76, context: html, text, full: html, text
- src/hg/inc/bigBedFind.h - lines changed 7, context: html, text, full: html, text
- src/hg/inc/hgFindSpec.h - lines changed 3, context: html, text, full: html, text
- src/hg/js/hgGateway.js - lines changed 17, context: html, text, full: html, text
- src/hg/js/searchExample.js - lines changed 754, context: html, text, full: html, text
- src/hg/lib/bigBedFind.c - lines changed 114, context: html, text, full: html, text
- src/hg/lib/hgFindSpecCustom.c - lines changed 1, context: html, text, full: html, text
- src/hg/makeDb/trackDb/buildTrix - lines changed 7, context: html, text, full: html, text
- src/hg/makeDb/trackDb/human/hg38/knownGene.ra - lines changed 1, context: html, text, full: html, text
- src/hg/makeDb/trackDb/human/trackDb.ra - lines changed 6, context: html, text, full: html, text
- src/hg/makeDb/trackDb/tagTypes.tab - lines changed 1, context: html, text, full: html, text
- src/hg/searchExample/makefile - lines changed 18, context: html, text, full: html, text
- src/hg/searchExample/searchExample.c - lines changed 710, context: html, text, full: html, text
- src/index/ixIxx/ixIxx.c - lines changed 48, context: html, text, full: html, text
- src/index/trixContextIndex/trixContextIndex.c - lines changed 112, context: html, text, full: html, text
- src/index/trixSearch/trixSearch.c - lines changed 22, context: html, text, full: html, text
748b06ac95ff2a3957be3845bd3594984e3cc3cf 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
- src/hg/cgilib/cartJson.c - lines changed 3, context: html, text, full: html, text
- src/hg/hgGetAnn/hgGetAnn.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgSearch/hgSearch.c - lines changed 609, context: html, text, full: html, text
- src/hg/hgSearch/makefile - lines changed 18, context: html, text, full: html, text
- src/hg/hgSuggest/hgSuggest.c - lines changed 32, context: html, text, full: html, text
- src/hg/htdocs/inc/hgSearch.html - lines changed 177, context: html, text, full: html, text
- src/hg/htdocs/inc/searchExample.html - lines changed 76, context: html, text, full: html, text
- src/hg/hubApi/dataApi.h - lines changed 9, context: html, text, full: html, text
- src/hg/hubApi/search.c - lines changed 154, context: html, text, full: html, text
- src/hg/inc/bigBedFind.h - lines changed 3, context: html, text, full: html, text
- src/hg/js/autocomplete.js - lines changed 2, context: html, text, full: html, text
- src/hg/js/hgSearch.js - lines changed 859, context: html, text, full: html, text
- src/hg/js/searchExample.js - lines changed 754, context: html, text, full: html, text
- src/hg/lib/bigBedFind.c - lines changed 59, context: html, text, full: html, text
- src/hg/makeDb/trackDb/human/hg38/gnomad.ra - lines changed 12, context: html, text, full: html, text
- src/hg/makeDb/trackDb/human/trackDb.clinvar.ra - lines changed 2, context: html, text, full: html, text
- src/hg/makeDb/trackDb/human/trackDb.dbVar.ra - lines changed 7, context: html, text, full: html, text
- src/hg/searchExample/makefile - lines changed 18, context: html, text, full: html, text
- src/hg/searchExample/searchExample.c - lines changed 710, context: html, text, full: html, text
1d898c9229d7e39bd62ace51dac43823a6a18212 Thu Oct 13 09:25:40 2022 -0700
- Remove testing changes to buildTrix, refs #29811
- src/hg/makeDb/trackDb/buildTrix - lines changed 7, context: html, text, full: html, text
8ba8a055a41e48f2e0f06803754544dd0089f4ec Thu Oct 13 12:48:20 2022 -0700
- explicitly return NULL if categories were asked for in hubApi but no search results for that category
58539a117f710be181124206a533532da1a1bf12 Mon Oct 17 10:35:23 2022 -0700
- v439 preview1, refs #30145
- src/utils/qa/weeklybld/buildEnv.csh - lines changed 2, context: html, text, full: html, text
switch to files view, user index