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
Integration-test GarbageCollectorTest::queueItemStaysWhenOverlayIsSetToHidden does not test that really
Even if test is successful, in BE the index queue item was removed
The process is currently wrong on changing translated page to "hide":
removes the Translation from Index (OK)
does not remove the index queue item for original page (OK)
does not queue the index queue item for indexing (BUG)
This leads to missing index for translation if "fallback"-mode is active(until the origianal page is changed or Re-Index is triggered)
Each action MUST queue the "index queue item" (set tx_solr_indexqueue_item.indexed = 0), to go through whole EXT:solr processing.
The text was updated successfully, but these errors were encountered:
Issues in this process:
Even if test is successful, in BE the index queue item was removed
This leads to missing index for translation if "fallback"-mode is active(until the origianal page is changed or Re-Index is triggered)
Each action MUST queue the "index queue item" (set
tx_solr_indexqueue_item
.indexed
= 0), to go through whole EXT:solr processing.The text was updated successfully, but these errors were encountered: