summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--issues/genenetwork/global-search.gmi6
-rw-r--r--issues/global-search-connection-slow.gmi6
-rw-r--r--issues/global-search-results.gmi6
3 files changed, 18 insertions, 0 deletions
diff --git a/issues/genenetwork/global-search.gmi b/issues/genenetwork/global-search.gmi
index 156145d..abe3626 100644
--- a/issues/genenetwork/global-search.gmi
+++ b/issues/genenetwork/global-search.gmi
@@ -17,3 +17,9 @@ Note we are replacing search with xapian. So this is less important.
* [X] BRCA2 does not render results in table
* [ ] 'Brca2' with quotes gives a SQL error, see
=> http://genenetwork.org/gsearch?type=gene&terms=%27Brca2%27
+
+## Resolution
+
+With the new xapian search, this issue is no more.
+
+* closed
diff --git a/issues/global-search-connection-slow.gmi b/issues/global-search-connection-slow.gmi
index 80a56ee..2c38067 100644
--- a/issues/global-search-connection-slow.gmi
+++ b/issues/global-search-connection-slow.gmi
@@ -22,3 +22,9 @@ generating 6Mb of log file info.
In fact, every row in the table has a SQL query that does not close the connection properly.
+
+## Resolution
+
+The new xapian search does not use the SQL database at all. Therefore issue may be closed.
+
+* closed
diff --git a/issues/global-search-results.gmi b/issues/global-search-results.gmi
index 51d350b..9cd773a 100644
--- a/issues/global-search-results.gmi
+++ b/issues/global-search-results.gmi
@@ -24,3 +24,9 @@
> => http://luna.genenetwork.org/gsearch?type=gene&terms=brca2
@pjotr @zsloan, it seems to me this might be fixed, but please have a look and fix it in case it is not
+
+## Resolution
+
+With the new xapian search, this issue is no more.
+
+* closed