Skip to content

Commit

Permalink
TASK: Merge branch '4.0' into master
Browse files Browse the repository at this point in the history
# Conflicts:
#	Classes/Controller/SuggestController.php
  • Loading branch information
daniellienert committed Dec 20, 2020
2 parents aca6494 + 4d17791 commit c159524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/SuggestController.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function initializeObject()
* @throws QueryBuildingException
* @throws \Neos\Flow\Persistence\Exception\IllegalObjectTypeException
*/
public function indexAction(string $term, string $contextNodeIdentifier, string $dimensionCombination = null): void
public function indexAction(string $term = '', string $contextNodeIdentifier, string $dimensionCombination = null): void
{
if ($this->elasticSearchClient === null) {
throw new \RuntimeException('The SuggestController needs an ElasticSearchClient, it seems you run without the flowpack/elasticsearch-contentrepositoryadaptor package, though.', 1487189823);
Expand Down

0 comments on commit c159524

Please sign in to comment.