From 798cabdb1d656110f665357ce3c781d215eac9a0 Mon Sep 17 00:00:00 2001 From: Lars Tode Date: Fri, 19 Mar 2021 14:56:30 +0100 Subject: [PATCH] [TASK] Rename enhancer Change the name of the enhancer from 'CombinedFacetEnhancer' to 'SolrFacetMaskAndCombineEnhancer' in order to keep clear what this enhancer does. Fixes: #2257 --- config/sites/solr-testsystem/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sites/solr-testsystem/config.yaml b/config/sites/solr-testsystem/config.yaml index 33d7751..ddfdb39 100644 --- a/config/sites/solr-testsystem/config.yaml +++ b/config/sites/solr-testsystem/config.yaml @@ -56,7 +56,7 @@ solr_use_write_connection: false # Configuration for the route enhancer routeEnhancers: Products: - type: CombinedFacetEnhancer + type: SolrFacetMaskAndCombineEnhancer limitToPages: - 7 extensionKey: tx_solr