summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
authorzsloan2024-06-07 16:27:53 -0500
committerGitHub2024-06-07 16:27:53 -0500
commit69aa1cb4528586de9b309f117bae67ae06345ed6 (patch)
treebf20667972c9fe0f07d632a6698e913c8798857c /issues
parentac758b5aed974b95981ef249b07c38a284ec08da (diff)
downloadgn-gemtext-69aa1cb4528586de9b309f117bae67ae06345ed6.tar.gz
Create xapian_bug.gmi
Diffstat (limited to 'issues')
-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