Project

General

Profile

Actions

Bug #60346

closed

indexed_search experimental mode returns negative values in page browser

Added by Gerhard Rupp almost 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2014-07-15
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

In line 57 in the file PageBrowsingViewHelper.php

$min -= $max - $pageCount;

should be replaced by

$max = $pageCount;


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #58003: Indexed Search broken (Exception during search)Closed2014-04-17

Actions
Related to TYPO3 Core - Bug #62532: IndexedSearch pagination wrong because of strict comparisonClosedGeorg Ringer2014-10-29

Actions
Actions

Also available in: Atom PDF