Project

General

Profile

Actions

Bug #54808

closed

IndexedSearch Repository uses wrong property to calculate current page ($pointer)

Added by Benjamin Rau over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Indexed Search
Target version:
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.


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #43301: resultsPerPage variable instead of numberOfResultsClosed2012-11-26

Actions
Actions #1

Updated by Benjamin Rau over 10 years ago

  • Target version set to 6.2.0
Actions #2

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

Actions #3

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/26677

Actions #4

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

Actions #5

Updated by Benjamin Rau over 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF