blob: f11b604d2d065f0005094a872a877967f3886dd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
|