Skip to content

Commit cc48e36

Browse files
author
Oleksandr Iegorov
committed
ACP2E-68: Search terms queries via graphQL are not populated in popular search terms in admin
1 parent dbd24db commit cc48e36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/CatalogGraphQl/Model/Resolver/Products/Query/Search/QueryPopularity.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ public function execute(ContextInterface $context, string $queryText, int $numRe
5757
if ($maxQueryLength && $this->string->strlen($queryText) > $maxQueryLength) {
5858
$queryText = $this->string->substr($queryText, 0, $maxQueryLength);
5959
}
60-
//$query->loadByQueryText($queryText);
6160
$query->setQueryText($queryText);
6261
$store = $context->getExtensionAttributes()->getStore();
6362
$query->setStoreId($store->getId());

0 commit comments

Comments
 (0)