teaminmedias-pluswerk / ke_search

Search Extension for TYPO3 Content Management System, including faceting search functions.
https://extensions.typo3.org/extension/ke_search/
GNU General Public License v3.0
35 stars 62 forks source link

[FIX] Always Hook modifyPagesIndexEntry #348

Closed beckerr-rzht closed 4 years ago

beckerr-rzht commented 4 years ago

Execution of hook $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['ke_search']['modifyPagesIndexEntry'] is skipped, if the current page has no tt_content records. This makes it impossible to hook empty pages. But empty pages need to be hooked if you for example try to implement correct content_from_pid handling.