mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 15:40:12 +01:00
🎨 Simplify document block paths in search results https://github.com/siyuan-note/siyuan/issues/13364
This commit is contained in:
parent
7acf83acc9
commit
a8f088cb5e
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{}
|
ret = []*Block{}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if 0 == groupBy {
|
||||||
filterSelfHPath(ret)
|
filterSelfHPath(ret)
|
||||||
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue