Skip to content

v1.1.4

Choose a tag to compare

@Amadeco Amadeco released this 24 Apr 07:53
· 12 commits to main since this release
878c2b2

fix: custom entity layered navigation indexing in scheduled mode

Description:

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.