Skip to content

Commit

Permalink
magento/magento2-jp/issues/18 : Provide possibility to customize anal…
Browse files Browse the repository at this point in the history
…yzer/tokenyzer for Elasticsearch

 - Fixed char filters declared in esconfig.xml file
  • Loading branch information
Volodymyr Kublytskyi committed Aug 9, 2018
1 parent 754195c commit 99cc27d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ protected function getCharFilter(): array
$filters = array_merge(
$filters,
$this->selectActiveLocaleConfig(
$this->charFilterConfig->getCharFiltersList(),
$this->charFilterConfig->getCharFiltersInfo(),
[]
)
);
Expand Down

0 comments on commit 99cc27d

Please sign in to comment.