I might be missing something, but it seems generated search results does not care about the "start" GET variable.
Shouldnt this method SilverStripe\FullTextSearch\Solr\Forms\SearchForm::getResults() account for that?
I fixed it in my own SearchForm class by adding this:
I might be missing something, but it seems generated search results does not care about the "start" GET variable. Shouldnt this method
SilverStripe\FullTextSearch\Solr\Forms\SearchForm::getResults()
account for that? I fixed it in my ownSearchForm
class by adding this:Apologies if I missed something obvious
Using SS v4.1 and v3.3 of this module