Actions
Bug #40279
closedEpic #65814: Make Indexed search extbase plugin shine
indexed_search pi2 (extbase/fluid plugin): variable mismatch - searchData vs. searchParams
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2012-08-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The controller assigns this array
$this->view->assign('searchParams', $searchData);
but the pagebrowser referes to these values as searchData
<is:pageBrowsingResults numberOfResults="{result.count}" currentPage="{searchData.pointer}" resultsPerPage="{searchData.results}" />
This results e.g. in division by zero errors in this pagebrowser viewhelper
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/14287
Updated by Wouter Wolters over 11 years ago
- Status changed from Under Review to Closed
Abandoned for 4.7, only secutiry fixes to that branch.
Updated by Leon de Rijke over 10 years ago
This should be reopened, as it is still an issue in current stable (6.1.7).
Updated by Alexander Opitz over 10 years ago
- Status changed from Closed to New
- Is Regression set to No
Updated by Tymoteusz Motylewski over 9 years ago
- Status changed from New to Resolved
Seems to be already fixed in v7 http://review.typo3.org/30023
see commit 1e27e8960ab195b804ab80c345fce152087d87b6
Actions