We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c96063 commit 729e65cCopy full SHA for 729e65c
code_samples/back_office/search/src/Query/DateTimeAttributeQuery.php
@@ -7,7 +7,7 @@
7
8
$query = new ProductQuery();
9
$filter = new DateTimeAttribute('event_date', new DateTimeImmutable('2025-07-06'));
10
-$filter->setOperator(FieldValueCriterion::EQ);
+$filter->setOperator(FieldValueCriterion::COMPARISON_EQ);
11
$query->setFilter($filter);
12
/** @var \Ibexa\Contracts\ProductCatalog\ProductServiceInterface $productService */
13
$results = $productService->findProducts($query);
0 commit comments