FIND-5191 has multiple flaws

Fixed in

EPiServer.Find 13.5.2

EPiServer.Find 14.2.4

Created

Oct 21, 2022

Updated

Jan 17, 2023

State

Closed, Fixed and tested


Description

Fixed issues introduced with bugfix FIND-5191.

This change was intended to address an issue with child content not being updated when the URL segment of the parent content was changed. However, it did not achieve the desired result and can sometimes be very resource-intensive.

To address this, the following changes were implemented:

  • Child content is now only indexed when the URL segment changes, rather than on all updates.
  • Child content is added to the indexing queue to prevent freezing of the queue processing.