summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-10-14 15:10:03 +0530
committerArun Isaac2022-10-14 15:14:48 +0530
commit17084b4d7063428788b669a8dbb808b1e02a51e1 (patch)
treea9e608d6abcb603c7d9bc787d3343be454b368a0
parentf1f7139418ba57ab9cfc7e4af2e85471d0e3bc61 (diff)
downloadgn-gemtext-17084b4d7063428788b669a8dbb808b1e02a51e1.tar.gz
Close deprecated search issues.
-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