Skip to content

Commit c159524

Browse files
committed
TASK: Merge branch '4.0' into master
# Conflicts: # Classes/Controller/SuggestController.php
2 parents aca6494 + 4d17791 commit c159524

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Controller/SuggestController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function initializeObject()
6969
* @throws QueryBuildingException
7070
* @throws \Neos\Flow\Persistence\Exception\IllegalObjectTypeException
7171
*/
72-
public function indexAction(string $term, string $contextNodeIdentifier, string $dimensionCombination = null): void
72+
public function indexAction(string $term = '', string $contextNodeIdentifier, string $dimensionCombination = null): void
7373
{
7474
if ($this->elasticSearchClient === null) {
7575
throw new \RuntimeException('The SuggestController needs an ElasticSearchClient, it seems you run without the flowpack/elasticsearch-contentrepositoryadaptor package, though.', 1487189823);

0 commit comments

Comments
 (0)