A TYPO3 extension that integrates the Apache Solr search server with TYPO3 CMS. dkd Internet Service GmbH is developing the extension. Community contributions are welcome. See CONTRIBUTING.md for details.
If an index document has no representation in the index queue, EXT:solr fails to remove the item on deletions or updates of the corresponding record in TYPO3.
By adjusting the checks in the record monitor, garbage remover and update handler this issue is resolved. The
ConfigurationAwareRecordService is no longer using BackendUtility::getRecord() as this would return hidden records.
What this pr does
If an index document has no representation in the index queue, EXT:solr fails to remove the item on deletions or updates of the corresponding record in TYPO3.
By adjusting the checks in the record monitor, garbage remover and update handler this issue is resolved. The ConfigurationAwareRecordService is no longer using BackendUtility::getRecord() as this would return hidden records.
Resolves: #4107