From 17084b4d7063428788b669a8dbb808b1e02a51e1 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 14 Oct 2022 15:10:03 +0530 Subject: Close deprecated search issues. --- issues/genenetwork/global-search.gmi | 6 ++++++ issues/global-search-connection-slow.gmi | 6 ++++++ issues/global-search-results.gmi | 6 ++++++ 3 files changed, 18 insertions(+) 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 -- cgit v1.2.3