Skip to content

Commit 057e2fc

Browse files
committed
ACP2E-948: Product listing GraphQL query limited to total_count 10,000 products only
1 parent df633a4 commit 057e2fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/CatalogGraphQl/DataProvider/Product/SearchCriteriaBuilder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ public function build(array $args, bool $includeAggregation): SearchCriteriaInte
8080
'searchRequestName' => $requestName,
8181
'currentPage' => $args['currentPage'],
8282
'size' => $args['pageSize'],
83+
'orders' => null,
8384
]
8485
)->resolve();
8586
foreach ($args as $argumentName => $argument) {

0 commit comments

Comments
 (0)