Skip to content
Romain Ruaud edited this page Nov 9, 2018 · 2 revisions
        $facetType = BucketInterface::TYPE_HISTOGRAM;
        $productCollection = $this->getLayer()->getProductCollection();
        $productCollection->addFacet($facetField, $facetType, ['minDocCount' => 1]);
Clone this wiki locally