@@ -84,7 +84,7 @@ |
||
84 | 84 | } |
85 | 85 | |
86 | 86 | foreach ($structureElementIterator as $structureElement) { |
87 | - if (mb_stripos((string)$structureElement->getLabel(), $searchTerm) !== false) { |
|
87 | + if (mb_stripos((string) $structureElement->getLabel(), $searchTerm) !== false) { |
|
88 | 88 | $this->resultBuilder->add($structureElement, $pathLabel); |
89 | 89 | } |
90 | 90 | $elementPathLabel = $pathLabel . ' / ' . $structureElement->getLabel(); |