Skip to content

Commit 55b7a45

Browse files
committed
ACP2E-783: [Cloud] Mistyped search term does not result in accurate Search suggestions/corrections
1 parent 3074745 commit 55b7a45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/tests/integration/testsuite/Magento/AdvancedSearch/Model/SuggestedQueriesTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ protected function setUp(): void
2525
}
2626

2727
/**
28+
* @magentoDbIsolation disabled
2829
* @magentoDataFixture Magento\Catalog\Test\Fixture\Product with:{"name":"fresh arugula salad"}
30+
* @magentoDataFixture Magento/CatalogSearch/_files/full_reindex.php
31+
* @magentoConfigFixture current_store catalog/search/elasticsearch_index_prefix suggested_queries_test
32+
* @magentoConfigFixture current_store catalog/search/search_suggestion_enabled 1
2933
* @magentoConfigFixture current_store catalog/search/search_suggestion_count 8
3034
*/
3135
public function testGetItems(): void

0 commit comments

Comments
 (0)