From 586e06e224ada140116f7646051b2118ae991544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Michael=20Tho=CC=88lken?= <jmtx@gmx.net> Date: Mon, 14 Mar 2016 23:00:26 +0100 Subject: [PATCH] use parameters for BoolQuery --- src/Query/BoolQuery.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Query/BoolQuery.php b/src/Query/BoolQuery.php index 8c49911..51a0be0 100644 --- a/src/Query/BoolQuery.php +++ b/src/Query/BoolQuery.php @@ -107,6 +107,8 @@ class BoolQuery implements BuilderInterface } } + $output = $this->processArray($output); + return [$this->getType() => $output]; } -- GitLab