We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9608e10 commit e83f359Copy full SHA for e83f359
app/code/core/Mage/CatalogSearch/Model/Layer.php
@@ -37,7 +37,7 @@ public function getProductCollection()
37
if (isset($this->_productCollections[$this->getCurrentCategory()->getId()])) {
38
$collection = $this->_productCollections[$this->getCurrentCategory()->getId()];
39
} else {
40
- $collection = Mage::getResourceModel('catalogsearch/fulltext_collection');
+ $collection = Mage::helper('catalogsearch')->getEngine()->getResultCollection();
41
$this->prepareProductCollection($collection);
42
$this->_productCollections[$this->getCurrentCategory()->getId()] = $collection;
43
}
0 commit comments