🐛 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
Reference in a new issue