kitzberger / solrfal-rename
TYPO3 Solrfal: Support for renaming files
Installs: 362
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- apache-solr-for-typo3/solrfal: >=3.3.0
- typo3/cms: >=7.6.0
This package is auto-updated.
Last update: 2024-11-12 05:36:45 UTC
README
While EXT:solrfal takes care of invalidating a sys_file
's entry in tx_solr_indexqueue_file
when updating its meta data, it's not doing that when renaming the file via the rename dialog in the file module.
This extension does that.
Installation
Install via composer
composer require kitzberger/solrfal-rename
Set extension settings
Make sure to set at least the checkbox for flush_on_rename
. The 2nd checkbox for flush_on_metadata_update
might be necessary to check as well when using only the page context for indexing files.