Skip to content

Commit

Permalink
Merge pull request #3 from ConductionNL/fix/elastic-filter
Browse files Browse the repository at this point in the history
Fix elastic string filter
  • Loading branch information
rjzondervan authored Aug 13, 2024
2 parents e4028a5 + 50132a4 commit cf11326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/ElasticSearchService.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function updateObject(string $id, array $object, array $config): array
}
}

public function parseFilter(string $name, array $filter): array
public function parseFilter(string $name, array|string $filter): array
{

if(is_array($filter) === false) {
Expand Down

0 comments on commit cf11326

Please sign in to comment.