We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780c18a commit 53be7e9Copy full SHA for 53be7e9
1 file changed
Classes/Flowpack/ElasticSearch/ContentRepositoryAdaptor/Indexer/NodeIndexingManager.php
@@ -117,7 +117,7 @@ public function flushQueues() {
117
if (!isset($this->targetWorkspaceNamesForNodesToBeIndexed[$nodeToBeIndexed->getContextPath()])) {
118
$this->nodeIndexer->indexNode($nodeToBeIndexed);
119
} else {
120
- $this->nodeIndexer->indexNode($nodeToBeIndexed, $this->targetWorkspaceNamesForNodesToBeIndexed[$nodeToBeIndexed->getWorkspace()->getName()]);
+ $this->nodeIndexer->indexNode($nodeToBeIndexed, $this->targetWorkspaceNamesForNodesToBeIndexed[$nodeToBeIndexed->getContextPath()]);
121
}
122
123
0 commit comments