Merge branch 'siyuan-note:dev' into dev

This commit is contained in:
W.Kai 2024-12-15 20:05:51 +08:00 committed by GitHub
commit 6db1f38b75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}