setFacetResults example

$diff = array_diff($condition->getValueIds()$ids);
                $filtered = \count($condition->getValueIds()) !== \count($diff);

                if ($filtered) {
                    break;
                }
            }
            if (!$filtered) {
                $new[] = $propertyFacet;
            }
        }
        $facet->setFacetResults($new);
    }
}
Home | Imprint | This part of the site doesn't use cookies.