aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/search_results.py
AgeCommit message (Expand)Author
2024-08-28Create trait objects from Xapian search results to pass to DataTables•••This means the result table should be displayed now. The only issue is that this involves a significant amount of duplicated code from gsearch.py; I'm not sure how best to avoid this, but this is okay for now. zsloan
2024-08-28Raise ValueError if dataset type isn't ProbeSet/Publish/Genozsloan
2024-08-28Add doctstrings for new functions in search_results.py•••Replace dataset name with fullname (this will need to be changed back when the Xapian indexing is rerun) zsloan
2024-08-28Begin adding Xapian queries for the non-global search and submit request to GN3•••Still need to handle the output and address a bug that is also affecting the global search zsloan
2024-08-28Add separate button for Xapian search•••This will be temporary in the longer run, but can stay until all functionality is reproduced. zsloan
2023-12-29Namespace all modules under gn2.•••We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service. Arun Isaac