Download the PHP package derhansen/sf_event_mgt_indexer without Composer
On this page you can find all versions of the php package derhansen/sf_event_mgt_indexer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download derhansen/sf_event_mgt_indexer
More information about derhansen/sf_event_mgt_indexer
Files in derhansen/sf_event_mgt_indexer
Package sf_event_mgt_indexer
Short Description Indexer for ke_search which indexed sf_event_mgt records
License GPL-2.0-or-later
Homepage https://github.com/derhansen/sf_event_mgt_indexer
Informations about the package sf_event_mgt_indexer
ke_search indexer for sf_event_mgt
What is it?
Indexer for ke_search which indexes sf_event_mgt records
Usage
Install the extension and configure the indexer in the TYPO3 backend
PSR-14 Events
The extension currently contains the following PSR-14 event:
- Derhansen\SfEventMgtIndexer\Events
ModifyIndexDataEvent
This event can be used to modify title
, teaser
, fullContent
and additionalFields
before
data is stored in the index.
Versions
Version | TYPO3 | PHP | Support/Development |
---|---|---|---|
5.x | 12.4 - 13.4 | 8.1 - 8.3 | Features, Bugfixes, Security Updates |
4.x | 11.5 - 12.4 | 7.4 - 8.3 | Features, Bugfixes, Security Updates |
3.x | 11.5 | 7.4 - 8.3 | Security Updates |
2.x | 8.7 - 10.4 | 7.0 - 7.4 | Support dropped |
Breaking changes
Version 4.0.0
The following hooks have been removed:
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['sf_event_mgt_indexer']['modifyAdditionalFields']
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['sf_event_mgt_indexer']['modifyIndexContent']
Users who previously used one of the removed hooks must use the new ModifyIndexDataEvent
instead.
Feedback and updates
This extension is hosted in GitHub. Please report feedback, bugs and change requests directly at https://github.com/derhansen/sf_event_mgt_indexer
Updates will be published on TER and packagist.
Support
If you need commercial support or want to sponsor new features, please contact me directly by e-mail.
All versions of sf_event_mgt_indexer with dependencies
typo3/cms-core Version ^12.4 || ^13.4
derhansen/sf_event_mgt Version ^7.0 || ^8.0
tpwd/ke_search Version ^6.0