Skip to content

Commit b77e7b3

Browse files
zoltanbalintsoyuka
authored andcommitted
Allow multiple elasticsearch queries to be set
Fixes #3139
1 parent cd650f8 commit b77e7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridge/Elasticsearch/DataProvider/Filter/AbstractSearchFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function apply(array $clauseBody, string $resourceClass, ?string $operati
8383
return $clauseBody;
8484
}
8585

86-
return array_merge($clauseBody, [
86+
return array_merge_recursive($clauseBody, [
8787
'bool' => [
8888
'must' => $searches,
8989
],

0 commit comments

Comments
 (0)