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
Related to issue 4263 : just reverting the ConfigurationAwareRecordService::getRecordForIndexConfigurationIsValid() method to v11.5.2, relying on Backend::getRecord() method instead of using a queryBuilder() adding constraints preventing to retrieve a not-yet visible record.
The issue could also be fixed by removing restrictions, for instance : $queryBuilder->getRestrictions()
->removeByType(StartTimeRestriction::class)
Describe the bug
Records with starttime in the future are not queued for indexation
To Reproduce
Expected behavior
The record should be inserted in queue with a changed date equal to the starttime
Screenshots
na
Used versions (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: