🎨 Simplify document block paths in search results https://github.com/siyuan-note/siyuan/issues/13364

This commit is contained in:
Daniel 2024-12-15 16:53:18 +08:00
parent 7acf83acc9
commit a8f088cb5e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

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
}