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
Actions