Skip to content

Commit

Permalink
[TASK] Rename enhancer
Browse files Browse the repository at this point in the history
Change the name of the enhancer from 'CombinedFacetEnhancer' to
'SolrFacetMaskAndCombineEnhancer' in order to keep clear what
this enhancer does.

Fixes: #2257
  • Loading branch information
3l73 committed Mar 19, 2021
1 parent 4ff4a36 commit 798cabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sites/solr-testsystem/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 798cabd

Please sign in to comment.