mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02: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
|
||||
}
|
||||
|
||||
if gulu.Str.Contains(id, excludeAvIDs) {
|
||||
continue
|
||||
}
|
||||
|
||||
if nil == avBlockRels[id] {
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue