Skip to content

Commit f99c9b0

Browse files
authored
Dashboard - Top 5 Search Terms link issue (#1917)
* Dashboard - Top 5 Search Terms link issue * Recently Viewed Products block - No alt tag value
1 parent 0b36900 commit f99c9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/core/Mage/CatalogSearch/Model/Resource/Query/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function setPopularQueryFilter($storeIds = null)
119119
->distinct(true)
120120
->from(
121121
array('main_table' => $this->getTable('catalogsearch/search_query')),
122-
array('name' => $ifSynonymFor, 'num_results', 'popularity')
122+
array('name' => $ifSynonymFor, 'num_results', 'popularity', 'query_id')
123123
);
124124
if ($storeIds) {
125125
$this->addStoreFilter($storeIds);

0 commit comments

Comments
 (0)