From 904fb265d2802abb4f03e544b50ec5df0d73a0b0 Mon Sep 17 00:00:00 2001 From: zouap Date: Tue, 22 Feb 2022 17:47:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- routers/search.go | 1 + 1 file changed, 1 insertion(+) diff --git a/routers/search.go b/routers/search.go index 78f765084..4fecd0baa 100644 --- a/routers/search.go +++ b/routers/search.go @@ -189,6 +189,7 @@ func makeRepoResult(sRes *elastic.SearchResult, Key string, OnlyReturnNum bool) if record["topics"] != nil { topicsStr := record["topics"].(string) + log.Info("topicsStr=" + topicsStr) if topicsStr != "null" { topicsStr = strings.Replace(topicsStr, "\"", "", -1) topicsStr = topicsStr[1 : len(topicsStr)-1]