Skip to content

Commit 78776ea

Browse files
committed
BUGFIX: UpdateAliasJob should update main alias
1 parent 8aaf999 commit 78776ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Classes/UpdateAliasJob.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ public function execute(QueueInterface $queue, Message $message): bool
9090
$this->nodeIndexer->setIndexNamePostfix($this->indexPostfix);
9191
$this->nodeIndexer->setDimensions($this->dimensionValues);
9292
$this->nodeIndexer->updateIndexAlias();
93+
$this->nodeIndexer->updateMainAlias();
9394

9495
if ($this->cleanupIndicesAfterSuccessfulSwitch === true) {
9596
$this->cleanupOldIndices();

0 commit comments

Comments
 (0)