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

Also available in: Atom PDF