Merge branch 'siyuan-note:dev' into dev
This commit is contained in:
commit
6db1f38b75
1 changed files with 3 additions and 1 deletions
|
@ -1125,7 +1125,9 @@ func FullTextSearchBlock(query string, boxes, paths []string, types map[string]b
|
|||
ret = []*Block{}
|
||||
}
|
||||
|
||||
filterSelfHPath(ret)
|
||||
if 0 == groupBy {
|
||||
filterSelfHPath(ret)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue