last step
This commit is contained in:
@@ -522,6 +522,13 @@ final readonly class RetriexEffectiveConfigProvider
|
||||
'search_token_corrections' => $this->commerceQueryParserConfig->getSearchTokenCorrections(),
|
||||
'search_token_canonical_map' => $this->commerceQueryParserConfig->getSearchTokenCanonicalMap(),
|
||||
'semantic_shop_search_tokens' => $this->commerceQueryParserConfig->getSemanticShopSearchTokens(),
|
||||
'normalization' => [
|
||||
'search' => $this->commerceQueryParserConfig->getNormalizationSearch(),
|
||||
'replace' => $this->commerceQueryParserConfig->getNormalizationReplace(),
|
||||
],
|
||||
'text' => [
|
||||
'trim_characters_length' => strlen($this->commerceQueryParserConfig->getSearchTextTrimCharacters()),
|
||||
],
|
||||
'limits' => [
|
||||
'min_search_token_length' => $this->commerceQueryParserConfig->getMinSearchTokenLength(),
|
||||
'min_direct_product_token_length' => $this->commerceQueryParserConfig->getMinDirectProductTokenLength(),
|
||||
|
||||
Reference in New Issue
Block a user