Skip to content

Commit

Permalink
Fix elastic string filter
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzondervan committed Aug 13, 2024
1 parent 7535d63 commit 50132a4
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 50132a4

Please sign in to comment.