Commit be0ba94e authored by Markus Kalkbrenner's avatar Markus Kalkbrenner Committed by Markus Kalkbrenner
Browse files

Issue #3264284 by BAHbKA, mkalkbrenner: Facets summary should be cacheable, in...

Issue #3264284 by BAHbKA, mkalkbrenner: Facets summary should be cacheable, in case facets are using cacheable source
parent 64434350
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ class DefaultFacetsSummaryManager {

      $facets_config = $facets_summary->getFacets();
      // Exclude facets which were not selected for this summary.
      $facets = array_filter($this->facets[$facetsource_id],
      $this->facets[$facetsource_id] = array_filter($this->facets[$facetsource_id],
        function ($item) use ($facets_config) {
          return (isset($facets_config[$item->id()]));
        }