diff --git a/src/FacetManager/DefaultFacetManager.php b/src/FacetManager/DefaultFacetManager.php index 3dee854..5004ca7 100644 --- a/src/FacetManager/DefaultFacetManager.php +++ b/src/FacetManager/DefaultFacetManager.php @@ -293,6 +293,10 @@ class DefaultFacetManager { $results = $facet->getResults(); $active_sorts = []; + + // Load all processors, because getProcessorsByStage does not return the + // correct configuration for the processors. + // @todo: Fix when https://www.drupal.org/node/2722267 is fixed. $processors = $facet->getProcessors(); foreach ($facet->getProcessorsByStage(ProcessorInterface::STAGE_BUILD) as $processor) { /** @var \Drupal\facets\Processor\BuildProcessorInterface $build_processor */