Skip to content

Commit

Permalink
add boolShould to resetBuilder method in queryBuilder file
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedhafezqo committed Dec 13, 2018
1 parent a9fe25b commit 60fbc11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Builders/QueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ public function resetBuilder()
$this->geoDistance = [];
$this->simpleQueryString = [];
$this->queryString = [];
$this->boolShould = [];
$this->query = new BoolQuery();
$this->filter = new BoolQuery();

Expand Down

0 comments on commit 60fbc11

Please sign in to comment.