summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--issues/xapian_bug.gmi18
1 files changed, 18 insertions, 0 deletions
diff --git a/issues/xapian_bug.gmi b/issues/xapian_bug.gmi
new file mode 100644
index 0000000..f11b604
--- /dev/null
+++ b/issues/xapian_bug.gmi
@@ -0,0 +1,18 @@
+# Fix Xapian search bug
+
+## Tags
+
+* assigned: zsloan
+* priority: high
+* type: search
+* keywords: xapian, gn2, gn3
+
+## Description
+
+Currently all Xapian searches that aren't just simple individual terms fail.
+
+For example, this works (search for just "liver"):
+https://genenetwork.org/gsearch?type=phenotype&terms=liver
+
+While this fails (search for "liver AND group:BXD"):
+https://genenetwork.org/gsearch?type=phenotype&terms=group%3ABXD+AND+liver