index
:
genenetwork2
acenteno
authentication_test
blatseq_fix
chores/code-refactoring
chores/lmdb-integration
chores/replace-cdns
chores/script-textfile-generator
correlations-return-fewer-results
debug-too-many-connections-error
decouple_tools_and_wqflask_app
development
epysode
feature/search-history
feature/textfile-generator
gn-master
guix-shell
hook-up-auth-to-traits-page
itp_covariate_testing
jupyter_notebooks_ui
lmdb-code/refactoring
master
notebooks_api
oauth2-migrate-user-details-and-data
partial-correlations
partial_corr_ui_rework
pcorrs_targets
penguin2
phewas
production
proxy-integration
refactor-configurations
refactor-data_set_py-20220920
revert-366-360_update_htmlgen
rework-genotype-linking
run-corrs-in-external-process
stable
testing
GeneNetwork (2nd generation)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gn2
/
wqflask
/
search_results.py
Age
Commit message (
Expand
)
Author
2024-09-24
Fix how name/dataset are passed to hmac_creation in Xapian search results
zsloan
2024-08-16
Add Wiki and RIF search terms to Xapian normal search
zsloan
2024-07-29
Include trait and dataset name in hmac passed to search results page for non-...
zsloan
2024-06-27
Put SQL search code into function, and default to that function if the Xapian...
zsloan
2024-06-27
Automatically decide whether to use Xapian or SQL (uses Xapian if possible) +...
zsloan
2024-06-27
Increase MAX_SEARCH_RESULTS to 50000
zsloan
2024-06-27
Fix LRS/LOD Xapian searches when there are 5 terms (where position range is i...
zsloan
2024-06-27
Fix some issues with handling Xapian search output
zsloan
2024-06-27
Create trait objects from Xapian search results to pass to DataTables
zsloan
2024-06-27
Raise ValueError if dataset type isn't ProbeSet/Publish/Geno
zsloan
2024-06-27
Add doctstrings for new functions in search_results.py
zsloan
2024-06-27
Begin adding Xapian queries for the non-global search and submit request to GN3
zsloan
2024-06-27
Add separate button for Xapian search
zsloan
2023-12-29
Namespace all modules under gn2.
Arun Isaac