aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/search_results.py
AgeCommit message (Expand)Author
2024-09-24Fix how name/dataset are passed to hmac_creation in Xapian search resultszsloan
2024-08-16Add Wiki and RIF search terms to Xapian normal searchzsloan
2024-07-29Include trait and dataset name in hmac passed to search results page for non-...zsloan
2024-06-27Put SQL search code into function, and default to that function if the Xapian...zsloan
2024-06-27Automatically decide whether to use Xapian or SQL (uses Xapian if possible) +...zsloan
2024-06-27Increase MAX_SEARCH_RESULTS to 50000zsloan
2024-06-27Fix LRS/LOD Xapian searches when there are 5 terms (where position range is i...zsloan
2024-06-27Fix some issues with handling Xapian search outputzsloan
2024-06-27Create trait objects from Xapian search results to pass to DataTableszsloan
2024-06-27Raise ValueError if dataset type isn't ProbeSet/Publish/Genozsloan
2024-06-27Add doctstrings for new functions in search_results.pyzsloan
2024-06-27Begin adding Xapian queries for the non-global search and submit request to GN3zsloan
2024-06-27Add separate button for Xapian searchzsloan
2023-12-29Namespace all modules under gn2.Arun Isaac