Actions
Bug #43301
closedresultsPerPage variable instead of numberOfResults
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2012-11-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
IndexSearchRepository.php file contains wrong referring to variable "resultsPerPage" on line 171:
// The pointer is set to the result page that is currently being viewed
$pointer = t3lib_div::intInRange($this->resultpagePointer, 0, floor($count / $this->resultsPerPage));
Property resultsPerPage is not existing in this class, $this->numberOfResults should be used instead.
As a result, none of pages after the first one could not be viewed.
Updated by Oliver Hader over 11 years ago
- Project changed from 1382 to TYPO3 Core
Updated by Jenny no-lastname-given over 11 years ago
- Target version set to 6.0.5
are there any changes // solutions yet?
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23809
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/23809
Updated by Anja Leichsenring over 10 years ago
- Status changed from Under Review to Resolved
- Target version deleted (
6.0.5) - Is Regression set to No
- TYPO3 Version set to 6.2
resolved with #54808
Actions