You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
By fixing this issue (#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 indexed article and modify the startdate to schedule the article for future publication, the queue item will be deleted and not reinserted due to the StarttimeRestriction, which removes the item from the result list.
In EXT:solr v11, the behavior is different. After modifying the start date, the item will be deleted from tx_news_domain_model_news and reinserted for further indexing.
Used versions (please complete the following information):
Describe the bug
By fixing this issue (#4107), the
ConfigurationAwareRecordService
no longer usesBackendUtility::getRecord()
. As a result, the default Restrictions are now applied to the query.If you have an already published and indexed article and modify the startdate to schedule the article for future publication, the queue item will be deleted and not reinserted due to the StarttimeRestriction, which removes the item from the result list.
In EXT:solr v11, the behavior is different. After modifying the start date, the item will be deleted from tx_news_domain_model_news and reinserted for further indexing.
Used versions (please complete the following information):
TYPO3 Version: 12.4
EXT:solr Version: 12.x
Used Apache Solr Version: 9.6
The text was updated successfully, but these errors were encountered: