Actions
Bug #54808
closedIndexedSearch Repository uses wrong property to calculate current page ($pointer)
Start date:
2014-01-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
In the IndexedSearchRepository on line 157 an undefined/unused property $this->resultsPerPage is used for the calculation of the current page the visitor is showing on search results.
Instead of using $this->resultsPerPage we have to use $this->numberOfResults which is defined and contains the expected setting.
Actions