Bug #54808
closedIndexedSearch Repository uses wrong property to calculate current page ($pointer)
100%
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.
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26677
Updated by Gerrit Code Review almost 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26677
Updated by Gerrit Code Review almost 11 years ago
Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26678
Updated by Benjamin Rau almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e09b381179dfbcbd79a58bcdbef7f21af6322e90.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed