♻️ 重构 文件历史
查询 https://github.com/siyuan-note/siyuan/issues/6504
This commit is contained in:
parent
6f460e40d6
commit
923b9b748b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue