Skip to content

Commit

Permalink
Dashboard - Top 5 Search Terms link issue (#1917)
Browse files Browse the repository at this point in the history
* Dashboard - Top 5 Search Terms link issue

* Recently Viewed Products block - No alt tag value
  • Loading branch information
addison74 authored Dec 31, 2021
1 parent 0b36900 commit f99c9b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function setPopularQueryFilter($storeIds = null)
->distinct(true)
->from(
array('main_table' => $this->getTable('catalogsearch/search_query')),
array('name' => $ifSynonymFor, 'num_results', 'popularity')
array('name' => $ifSynonymFor, 'num_results', 'popularity', 'query_id')
);
if ($storeIds) {
$this->addStoreFilter($storeIds);
Expand Down

0 comments on commit f99c9b0

Please sign in to comment.