mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 15:28:49 +01:00
🎨 Support for opening file history on the doc tree https://github.com/siyuan-note/siyuan/issues/8448
This commit is contained in:
parent
c343366ff1
commit
5f8b71f566
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ type HistoryItem struct {
|
|||
|
||||
func FullTextSearchHistory(query, box, op string, typ, page int) (ret []string, pageCount, totalCount int) {
|
||||
query = gulu.Str.RemoveInvisible(query)
|
||||
if "" != query {
|
||||
if "" != query && HistoryTypeDocID != typ {
|
||||
query = stringQuery(query)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue