last step

This commit is contained in:
team2
2026-04-29 22:22:57 +02:00
parent 8ece67b461
commit d618265044
12 changed files with 918 additions and 656 deletions

View File

@@ -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(),