PSR 14 events in system extension indexed search
The system extension typo3/cms-indexed-search features the following PSR 14 events:
- BeforeFinalSearchQueryIsExecutedEvent
\TYPO3\CMS\ Indexed Search\ Event\ Enable Indexing Event -
\TYPO3\CMS\ Indexed Search\ Event\ After Search Result Sets Are Generated Event Dispatched after all result sets have been built in
\TYPO3\. Allows modifying complete result sets, including pagination, rows, section data, and category metadata.CMS\ Indexed Search\ Controller\ Search Controller
Please refer to chapter Implementing an event listener in your extension in TYPO3 explained on how to listen to these events.