@@ -353,7 +353,7 @@ |
||
| 353 | 353 | */ |
| 354 | 354 | public function whereMatch($field, $text) |
| 355 | 355 | { |
| 356 | - if ( is_array($field) ) { |
|
| 356 | + if (is_array($field)) { |
|
| 357 | 357 | $this->filters[] = [ |
| 358 | 358 | 'multi_match' => [ |
| 359 | 359 | 'query' => $text, |