🐛 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:28:30 +08:00
parent e9deb4624b
commit f6cd80c719
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -95,7 +95,7 @@ func GetAttributeViewPrimaryKeyValues(avID, keyword string, page, pageSize int)
}
if 1 > pageSize {
pageSize = 32
pageSize = 16
}
start := (page - 1) * pageSize
end := start + pageSize