mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
🎨 Improve av https://github.com/siyuan-note/siyuan/issues/15532
This commit is contained in:
parent
e871f4913f
commit
1479cb6c00
16 changed files with 33 additions and 15 deletions
|
|
@ -1280,6 +1280,11 @@ func buildSearchAttributeViewResult(avSearchTempResults []*AvSearchTempResult, b
|
|||
hPath = box.Name + hPath
|
||||
}
|
||||
|
||||
name := existAv.AvName
|
||||
if "" == name {
|
||||
name = Conf.language(267)
|
||||
}
|
||||
|
||||
if !gulu.Str.Contains(avID, excludeAvIDs) {
|
||||
ret = &AvSearchResult{
|
||||
AvID: avID,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue