Skip to content

Commit 6b80c23

Browse files
committed
Merge branch '2.10.x' into 2.11.x
2 parents f374c06 + 2873afd commit 6b80c23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/module-elasticsuite-tracker/Model/Event/Mapping/Update/OrderItemDate.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,10 @@ public function updateOrderItemDate()
332332
QueryInterface::TYPE_TERM,
333333
['field' => 'page.type.identifier', 'value' => 'checkout_onepage_success']
334334
),
335+
$this->queryFactory->create(
336+
QueryInterface::TYPE_EXISTS,
337+
['field' => 'page.order.items'],
338+
),
335339
],
336340
'mustNot' => [
337341
$this->queryFactory->create(

0 commit comments

Comments
 (0)