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 #1

Updated by Markus Klein almost 10 years ago

Oh dear, there's a bit more to do.
I'm working on it.

Actions #2

Updated by Markus Klein almost 10 years ago

  • Status changed from New to Under Review

Please test this patch and vote there:

https://review.typo3.org/31632

Actions #3

Updated by Gerhard Rupp almost 10 years ago

Patch seems to work. DidnĀ“t find any issues so far.

Actions #4

Updated by Markus Klein almost 10 years ago

I pushed a new version, which also fixes this in the legacy code.

Actions #5

Updated by Gerrit Code Review over 9 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31632

Actions #6

Updated by Gerrit Code Review over 9 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31632

Actions #7

Updated by Gerrit Code Review over 9 years ago

Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32992

Actions #8

Updated by Markus Klein over 9 years ago

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

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF