Project

General

Profile

Actions

Bug #85834

closed

ext:indexed_search - getDisplayResults protected

Added by Stefan Maischner almost 6 years ago. Updated over 5 years ago.

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

  1. 280
    if ($hookObj = $this->hookRequest('getDisplayResults')) {
  1. 329
    protected function getDisplayResults($searchWords, $resultData, $freeIndexUid = -1)

Bitte wieder auf public setzen. Danke!

Actions

Also available in: Atom PDF