Project

General

Profile

Actions

Bug #43301

closed

resultsPerPage variable instead of numberOfResults

Added by Alexey Gafiulov over 11 years ago. Updated over 5 years ago.

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.


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #54808: IndexedSearch Repository uses wrong property to calculate current page ($pointer)Closed2014-01-07

Actions
Actions #1

Updated by Oliver Hader about 11 years ago

  • Target version set to 2222
Actions #2

Updated by Oliver Hader about 11 years ago

  • Project changed from 1382 to TYPO3 Core
Actions #3

Updated by Oliver Hader about 11 years ago

  • Category set to Indexed Search
Actions #4

Updated by Oliver Hader about 11 years ago

  • Target version deleted (2222)
Actions #5

Updated by Jenny no-lastname-given almost 11 years ago

  • Target version set to 6.0.5

are there any changes // solutions yet?

Actions #6

Updated by Gerrit Code Review over 10 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

Actions #7

Updated by Gerrit Code Review over 10 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

Actions #8

Updated by Anja Leichsenring about 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 #9

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF