Skip to content

Commit bcd4322

Browse files
author
Matthias Herold
committed
Fixed expectation dev/tests/integration/testsuite/Magento/Framework/Search/_files/search_request_merged.php for \Magento\Framework\Search\Request\Config\FileSystemReaderTest::testRead
1 parent f0e02b1 commit bcd4322

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dev/tests/integration/testsuite/Magento/Framework/Search/_files/search_request_merged.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
'match_query' => [
3636
'value' => '$match_term_override$',
3737
'name' => 'match_query',
38+
'boost' => '1',
3839
'match' => [
3940
0 => [
4041
'field' => 'match_field',
@@ -50,6 +51,7 @@
5051
],
5152
'must_query' => [
5253
'name' => 'must_query',
54+
'boost' => '1',
5355
'filterReference' => [
5456
0 => [
5557
'clause' => 'must',
@@ -60,6 +62,7 @@
6062
],
6163
'should_query' => [
6264
'name' => 'should_query',
65+
'boost' => '1',
6366
'filterReference' => [
6467
0 => [
6568
'clause' => 'should',
@@ -70,6 +73,7 @@
7073
],
7174
'not_query' => [
7275
'name' => 'not_query',
76+
'boost' => '1',
7377
'filterReference' => [
7478
0 => [
7579
'clause' => 'not',
@@ -80,6 +84,7 @@
8084
],
8185
'match_query_2' => [
8286
'value' => '$match_term_override$',
87+
'boost' => '1',
8388
'name' => 'match_query_2',
8489
'match' => [
8590
0 => [
@@ -163,6 +168,7 @@
163168
'queries' => [
164169
'filter_query' => [
165170
'name' => 'filter_query',
171+
'boost' => '1',
166172
'filterReference' => [
167173
0 =>
168174
[
@@ -230,6 +236,7 @@
230236
'new_match_query' => [
231237
'value' => '$match_term$',
232238
'name' => 'new_match_query',
239+
'boost' => '1',
233240
'match' => [
234241
0 =>
235242
[

0 commit comments

Comments
 (0)