We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 780c18a + 53be7e9 commit 7f08f5dCopy full SHA for 7f08f5d
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