diff options
author | zsloan | 2024-06-07 16:27:53 -0500 |
---|---|---|
committer | GitHub | 2024-06-07 16:27:53 -0500 |
commit | 69aa1cb4528586de9b309f117bae67ae06345ed6 (patch) | |
tree | bf20667972c9fe0f07d632a6698e913c8798857c | |
parent | ac758b5aed974b95981ef249b07c38a284ec08da (diff) | |
download | gn-gemtext-69aa1cb4528586de9b309f117bae67ae06345ed6.tar.gz |
Create xapian_bug.gmi
-rw-r--r-- | issues/xapian_bug.gmi | 18 |
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 |