Amir Arends
Amir Arends
Had a warning issue during inserting a new news record in TYPO3 v11 and PHP8.0. In our configuration we use the news extension with the possibility to add content elements...
By fixing this issue (https://github.com/TYPO3-Solr/ext-solr/issues/4107), the ConfigurationAwareRecordService no longer uses BackendUtility::getRecord(). As a result, the default Restrictions are now applied to the query. If you have an already published and...
Describe the bug By fixing this issue (https://github.com/TYPO3-Solr/ext-solr/issues/4107), the `ConfigurationAwareRecordService` no longer uses `BackendUtility::getRecord()`. As a result, the default Restrictions are now applied to the query. If you have an...