Skip to content
Snippets Groups Projects
Commit e3403473 authored by Pavel Bystritsky's avatar Pavel Bystritsky
Browse files

magento/magento2#10734: Magento 2 is not showing Popular Search Terms [backport]

parent 1f77aaad
No related merge requests found
......@@ -19,6 +19,6 @@ foreach ($queries as $queryText) {
try {
$query->loadByQueryText($queryText);
$query->delete();
} catch (\Magento\Framework\Exception\NoSuchEntityException $exception) {
} catch (\Magento\Framework\Exception\NoSuchEntityException $exception) {
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment