mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 08:48:49 +01:00
🐛 Database relation field search cannot search for some values https://github.com/siyuan-note/siyuan/issues/10966
This commit is contained in:
parent
aed87dfd15
commit
e9deb4624b
1 changed files with 1 additions and 3 deletions
|
|
@ -83,9 +83,7 @@ func GetAttributeViewPrimaryKeyValues(avID, keyword string, page, pageSize int)
|
|||
}
|
||||
}
|
||||
|
||||
if gulu.Str.Contains(kv.Block.ID, view.Table.RowIDs) {
|
||||
tmp[kv.Block.ID] = kv
|
||||
}
|
||||
tmp[kv.Block.ID] = kv
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue