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