@@ -72,9 +72,9 @@ |
||
| 72 | 72 | 'query' => [ |
| 73 | 73 | 'bool' => [ |
| 74 | 74 | 'should' => [ |
| 75 | - [ 'match' => [ 'question' => $searchTerm ] ], |
|
| 76 | - [ 'match' => [ 'answer' => $searchTerm ] ], |
|
| 77 | - [ 'match' => [ 'keswords' => $searchTerm ] ] |
|
| 75 | + ['match' => ['question' => $searchTerm]], |
|
| 76 | + ['match' => ['answer' => $searchTerm]], |
|
| 77 | + ['match' => ['keswords' => $searchTerm]] |
|
| 78 | 78 | ] |
| 79 | 79 | ] |
| 80 | 80 | |