Skip to content

Commit

Permalink
[BUGFIX] Unable to register a custom facet package with FacetRegistry
Browse files Browse the repository at this point in the history
Resolves: TYPO3-Solr#4280
  • Loading branch information
b3nkai committed Jan 13, 2025
1 parent fe71a4f commit 6b7ddd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Configuration/Services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
- '../Classes/Domain/Search/ResultSet/Facets/{OptionBased/Hierarchy/Node.php,*/Abstract*}'
- '../Classes/Domain/Search/ResultSet/Facets/*/*/*Facet.php'
- '../Classes/Domain/Search/ResultSet/Facets/RangeBased/*/*RangeCount.php'
- '../Classes/Domain/Search/ResultSet/Facets/FacetRegistry.php'
public: true
autowire: true
shared: false
Expand Down

0 comments on commit 6b7ddd8

Please sign in to comment.