This commit is contained in:
Liang Ding 2022-11-08 19:15:50 +08:00
parent 6f460e40d6
commit 923b9b748b
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -352,6 +352,9 @@ func FullTextSearchHistory(query, box, op string, typ, page int) (ret []string,
if nil != err {
return
}
if 1 > len(ret) {
ret = []string{}
}
if 1 > len(result) {
return
}