diff options
| -rw-r--r-- | src/phinde/Elasticsearch.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/phinde/Elasticsearch.php b/src/phinde/Elasticsearch.php index 5ad46e7..316f3da 100644 --- a/src/phinde/Elasticsearch.php +++ b/src/phinde/Elasticsearch.php @@ -87,6 +87,7 @@ class Elasticsearch array( 'query_string' => array( 'default_field' => '_all', + 'default_operator' => 'AND', 'query' => $query ) ), |
