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.
2 parents dbb35de + 7ab10c7 commit 2873afdCopy full SHA for 2873afd
src/module-elasticsuite-tracker/Model/Event/Mapping/Update/OrderItemDate.php
@@ -332,6 +332,10 @@ public function updateOrderItemDate()
332
QueryInterface::TYPE_TERM,
333
['field' => 'page.type.identifier', 'value' => 'checkout_onepage_success']
334
),
335
+ $this->queryFactory->create(
336
+ QueryInterface::TYPE_EXISTS,
337
+ ['field' => 'page.order.items'],
338
+ ),
339
],
340
'mustNot' => [
341
$this->queryFactory->create(
0 commit comments