🐛 Database relation field search cannot search for some values https://github.com/siyuan-note/siyuan/issues/10966
This commit is contained in:
parent
e9deb4624b
commit
f6cd80c719
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue