Defect HC-4687
Major category missing from storefront menu during indexing
Software
Customer case | Applies to | Corrected in |
---|---|---|
CS0006532 | V8.0.4.24 | 8.0.4.25 |
Observed behavior
In some situations, when a (child) category is re-parented, the child is removed from the index and does not appear on the storefront.
Expected behavior
The entry is recorded by the search indexer as a pure deletion rather than as an update, and is consequently no longer included in the index.
Resolution
The code was fixed to only consider the specific case of an ProcessCatalogGroup event for delete actions.