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

Custom indexers should extend IndexerBase #358

Closed christianbltr closed 4 years ago

christianbltr commented 4 years ago

Custom indexers should extend IndexerBase like the default indexers. That's currently not possible, because they are called without the parameter "$this". Therefore an error will be thrown. Custom indexers should be called the same way as default indexers. The example in ke_search_hooks should be adjusted to reflect this.