Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 4 column 16
---
title: Add easier way to admin to only reindex some indices without inversion of selection
author: Joshua Behrens
author_email: [email protected]
author_github: @JoshuaBehrens
issue: NEXT-31920
---
- Added
\Shopware\Core\Framework\DataAbstractionLayer\Indexing\MessageQueue\FullEntityIndexerMessage
, that will be handled asdal:refresh:index
- Changed
api.action.cache.index
route to dispatch\Shopware\Core\Framework\DataAbstractionLayer\Indexing\MessageQueue\FullEntityIndexerMessage
instead of\Shopware\Core\Framework\DataAbstractionLayer\Indexing\MessageQueue\IterateEntityIndexerMessage
- Added body parameter
only
toapi/_action/index
to reduce complexity when usingskip
instead - Changed
api/_action/index
to dispatch a single message instead of a message per indexer
- Added mode selection in
sw-settings-cache-index
to either skip indices like before or only run selected indexers and updaters