Age | Commit message (Expand) | Author |
---|---|---|
2024-08-28 | Create 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-28 | Raise ValueError if dataset type isn't ProbeSet/Publish/Geno | zsloan |
2024-08-28 | Add 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-28 | Begin 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-28 | Add separate button for Xapian search•••This will be temporary in the longer run, but can stay until all functionality is reproduced. | zsloan |
2023-12-29 | Namespace 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 |