Skip to content

Commit 0c3d6b7

Browse files
committed
MAGETWO-58764: [GitHub] Minimal Query Length For Catalog Search #6681
1 parent 1f3d9bc commit 0c3d6b7

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/CatalogGraphQl/Model/Search/Adapter/Mysql/Query/Builder

1 file changed

+1
-0
lines changed

app/code/Magento/CatalogGraphQl/Model/Search/Adapter/Mysql/Query/Builder/Match.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public function __construct(
4444
array $preprocessors = []
4545
) {
4646
parent::__construct($resolver, $fulltextHelper, $fulltextSearchMode, $preprocessors);
47+
$this->replaceSymbols = str_split(self::SPECIAL_CHARACTERS, 1);
4748
$this->searchHelper = $searchHelper;
4849
}
4950

0 commit comments

Comments
 (0)