I am trying to update my layered-navigation on the left sidebar after applying
$_productCollection = clone $this->getLoadedProductCollection();
$_productCollection->clear()->addAttributeToFilter('name', array('like' => "justtesting"))->load();
to my list.phtml. But it seems that Magento only displays the correct filters for the default product collection. Is there a opportunity to update the filter navi on the left side? Any help would be appreciated!