patch 6
This commit is contained in:
@@ -221,12 +221,26 @@ parameters:
|
||||
brand_part_of_model_template: '/\b{brand}\s+\d{2,5}[a-z0-9\-]*\b/u'
|
||||
|
||||
# Shop matching and presentation configuration.
|
||||
# Defaults are intentionally identical to the previous PHP values.
|
||||
# YAML is the only operative source of truth; PHP must not contain shop matching defaults.
|
||||
retriex.shop_matching.config:
|
||||
top_product_log_limit: 3
|
||||
|
||||
# Vocabulary-backed lists live in config/retriex/vocabulary.yaml.
|
||||
# The old per-key entries may still be added here to override a specific view.
|
||||
# Shop role and focus lists are resolved from config/retriex/vocabulary.yaml.
|
||||
# Direct list overrides may still be added to this parameter if a project needs them.
|
||||
vocabulary_views:
|
||||
device_focus_keywords: shop.device_focus
|
||||
accessory_focus_keywords: shop.accessory_focus
|
||||
device_query_keywords: shop.device_query
|
||||
accessory_query_keywords: shop.accessory_query
|
||||
accessory_product_keywords: shop.accessory_product
|
||||
device_product_keywords: shop.device_product
|
||||
|
||||
vocabulary_maps:
|
||||
accessory_focus_variant_map: shop.accessory_focus_variants
|
||||
|
||||
role_guard:
|
||||
filter_accessory_products_for_device_queries: true
|
||||
keep_ambiguous_products_for_device_queries: true
|
||||
|
||||
scores:
|
||||
exact_product_number_phrase: 160
|
||||
|
||||
Reference in New Issue
Block a user