Skip to content

Commit d900484

Browse files
committed
ACP2E-99: "Search Synonyms" no longer works when value is added in "Minimum Terms to Match"
1 parent cce2dd9 commit d900484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Search/Model/ResourceModel/SynonymReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function getAllSynonyms(): array
7676
$connection = $this->getConnection();
7777
$select = $connection->select()->from($this->getMainTable(), 'synonyms');
7878

79-
return $connection->fetchCol($select);;
79+
return $connection->fetchCol($select);
8080
}
8181

8282
/**

0 commit comments

Comments
 (0)