fix: custom entity layered navigation indexing in scheduled mode
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.