You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make progressive generation of unpaginated search results configurable
Commit dda24a1 forced progressive (chunked) generation for unpaginated
searches. This commit introduces $ProgressiveSearchResultRows (default 100)
to control the chunk size, where 0 means to disable progressive generation
and load the entire result set at once.
It also drops the now-redundant $Collection->can('CombineSearchAndCount')
guard in CollectionList: the required DBIx::SearchBuilder (>= 1.85) provides
the method, and dashboard/saved-search collections are not special any more.
0 commit comments