File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/CatalogGraphQl/Model/Search/Adapter/Mysql/Query/Builder Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ public function __construct(
44
44
array $ preprocessors = []
45
45
) {
46
46
parent ::__construct ($ resolver , $ fulltextHelper , $ fulltextSearchMode , $ preprocessors );
47
- $ this ->replaceSymbols = str_split (self ::SPECIAL_CHARACTERS , 1 );
48
47
$ this ->searchHelper = $ searchHelper ;
49
48
}
50
49
@@ -53,6 +52,7 @@ public function __construct(
53
52
*/
54
53
protected function prepareQuery ($ queryValue , $ conditionType )
55
54
{
55
+ $ this ->replaceSymbols = str_split (self ::SPECIAL_CHARACTERS , 1 );
56
56
$ queryValue = str_replace ($ this ->replaceSymbols , ' ' , $ queryValue );
57
57
foreach ($ this ->preprocessors as $ preprocessor ) {
58
58
$ queryValue = $ preprocessor ->process ($ queryValue );
You can’t perform that action at this time.
0 commit comments