Hi ,,
Magento Advanced Search is Not Working in magento 1.3.*..
Just Refresh .. Layered Navigation Indices from Cache Management..
Then also if its not working . try this..
in CatalogSearch/model/Advanced.php
in addFilters() ..
Comment these lines …
/*$indexFilters = Mage::getModel(‘catalogindex/indexer’)->buildEntityFilter(
$attributes,
$values,
$filteredAttributes,
$this->getProductCollection()
);
foreach ($indexFilters as $filter) {
$this->getProductCollection()->addFieldToFilter(‘entity_id’, array(‘in’=>new Zend_Db_Expr($filter)));
}*/
This is working fine for me … Hope this will helpful …
Thanks ..
Mayank Zalavadia