diff --git a/controller/HomeEs.php b/controller/HomeEs.php index af74d80..916c8a9 100644 --- a/controller/HomeEs.php +++ b/controller/HomeEs.php @@ -58,8 +58,8 @@ class HomeEs extends Base { 'query'=>[ 'bool'=>[ 'must'=>[ - 'terms'=>[ - 'email_id'=>$this->getEmails('id') + [ + 'terms'=>['email_id'=>$this->getEmails('id')] ] ] ]