Skip to content

fix: custom entity layered navigation indexing in scheduled mode

Compare
Choose a tag to compare
@iparmentier iparmentier released this 24 Apr 07:53
· 2 commits to main since this release
878c2b2

fix: custom entity layered navigation indexing in scheduled mode

Removed conditional checks for scheduled mode that prevented indexing operations
from being executed. This ensures that:

  • Full reindexing works in both manual and scheduled modes
  • Partial reindexing works properly for entity updates
  • New filterable attributes now appear in layered navigation

The indexer now consistently performs indexing operations regardless of the mode,
allowing MVIEW to handle scheduling in scheduled mode.