mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 16:10:12 +01:00
🎨 Improve Add to Database
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
0084a6427b
commit
b8538772f8
1 changed files with 4 additions and 0 deletions
|
|
@ -1339,6 +1339,10 @@ func SearchAttributeView(keyword string, excludeAvIDs []string) (ret []*AvSearch
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if gulu.Str.Contains(id, excludeAvIDs) {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
if nil == avBlockRels[id] {
|
if nil == avBlockRels[id] {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue