🐛 Database relation field search cannot search for some values https://github.com/siyuan-note/siyuan/issues/10966

This commit is contained in:
Daniel 2024-04-10 17:27:17 +08:00
parent aed87dfd15
commit e9deb4624b
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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
}
}
}