Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 32553e4

Browse files
MAGETWO-75935: Search results is not the same for the same search queries
1 parent 020b09e commit 32553e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev/tests/integration/testsuite/Magento/CatalogSearch/Model/ResourceModel/Fulltext/CollectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ public function filtersDataProviderSearch()
7373
['catalog_view_container', [], 0],
7474
];
7575
}
76-
}
76+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
);
4343

4444
$productRepository->save($product);
45-
}
45+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
}
1919

2020
$registry->unregister('isSecureArea');
21-
$registry->register('isSecureArea', false);
21+
$registry->register('isSecureArea', false);

0 commit comments

Comments
 (0)