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 f374c06 + 2873afd commit 6b80c23Copy full SHA for 6b80c23
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