File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/lib/Container/Compiler Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ public function process(ContainerBuilder $container)
2323
2424 private function processVisitors (ContainerBuilder $ container , $ name = 'content ' )
2525 {
26- if (!$ container ->hasDefinition ("ezpublish.search .solr.query.$ {name}.facet_builder_visitor.aggregate " )) {
26+ if (!$ container ->hasDefinition ("ibexa .solr.query.$ {name}.facet_builder_visitor.aggregate " )) {
2727 return ;
2828 }
2929
3030 $ aggregateFacetBuilderVisitorDefinition = $ container ->getDefinition (
31- "ezpublish.search .solr.query.$ {name}.facet_builder_visitor.aggregate "
31+ "ibexa .solr.query.$ {name}.facet_builder_visitor.aggregate "
3232 );
3333
34- foreach ($ container ->findTaggedServiceIds ("ezpublish .search.solr.query.$ {name}.facet_builder_visitor " ) as $ id => $ attributes ) {
34+ foreach ($ container ->findTaggedServiceIds ("ibexa .search.solr.query.$ {name}.facet_builder_visitor " ) as $ id => $ attributes ) {
3535 $ aggregateFacetBuilderVisitorDefinition ->addMethodCall (
3636 'addVisitor ' ,
3737 [
You can’t perform that action at this time.
0 commit comments