Age | Commit message (Expand) | Author |
---|---|---|
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 |