I would like to add layered navigation block on Advanced Search Result(catalogsearch/advanced/result/) either on Right or left column. Though, I have added below code in my catalogsearch.xml under catalogsearch_advanced_result but layered navigation not showing.
<reference name="left">
<!-- <block type="catalogsearch/layer" name="catalogsearch.leftnav" after="currency" template="catalog/layer/view.phtml"/>-->
<block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
</reference>
If you see the first commented block(catalogsearch/layer) it throws an error and so I have putted second block(catalog/layer_view) it throws no error, but layered navigation also not displaying.