Actions
Bug #85834
closedext:indexed_search - getDisplayResults protected
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-08-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Es wird ein Hook für die getDisplayResults()-Methode bereitgestellt, aber sie ist als protected deklariert. Das ist leider nicht sinnvoll (im Sinne eines Hooks).
Controller/SearchController.php
- 280
if ($hookObj = $this->hookRequest('getDisplayResults')) {
- 329
protected function getDisplayResults($searchWords, $resultData, $freeIndexUid = -1)
Bitte wieder auf public setzen. Danke!
Actions