<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
    <title>Magento Issue Tracking</title>
    <link>http://www.magentocommerce.com/bug-tracking/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>MagentoCommerce</dc:creator>
    <dc:rights>Copyright {gmt_date format="%Y"}</dc:rights>
    <dc:date>{gmt_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
        <item>
        <title>View Issue #21055 / No Navigation on Advanced Search Results</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=8546</link>
        <description><![CDATA[<strong>Posted:</strong> 2010-02-26 23:49:33<br/><strong>Category:</strong> Search<br/><strong>Version:</strong> 1.4.0.0<br/><strong>Priority:</strong> urgent<br/><strong>Status:</strong> closed<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/270154/">bobbiemckee</a></strong><br/><br/>There is no navigation on the advanced search results.<br/><br/><hr/>]]></description>
    </item>
    
                    <item>
        <title>RE: No Navigation on Advanced Search Results</title>
        <description><![CDATA[<em>#1 / Comment by <a href="http://www.magentocommerce.com/boards/member/270154/">bobbiemckee</a></em><br/><br/>Umm. How is this resolved? See this page:<br />
<br />
http://akdefense.com/catalogsearch/advanced/result/?producttype=1607<br />
<br />
There is no navigation once the search is displayed. <br />
<br />
I am using the Modern skin. Please provide the updated files or a solution.<br />
<br />
Thanks.]]></description>
    </item>
            <item>
        <title>RE: No Navigation on Advanced Search Results</title>
        <description><![CDATA[<em>#2 / Comment by <a href="http://www.magentocommerce.com/boards/member/270154/">bobbiemckee</a></em><br/><br/>Also look at Magento's Demo Store. Same thing.<br />
<br />
http://demo.magentocommerce.com/catalogsearch/advanced/result/?name=&amp;description=&amp;sku=&amp;price[from]=&amp;price[to]=&amp;color[]=24&amp;color[]=25&amp;color[]=59&amp;color[]=61&amp;color[]=22&amp;color[]=58&amp;color[]=57&amp;color[]=26&amp;color[]=23&amp;color[]=60]]></description>
    </item>
            <item>
        <title>RE: No Navigation on Advanced Search Results</title>
        <description><![CDATA[<em>#3 / Comment by Magento Team</em><br/><br/>Hello bobbiemckee,<br />
<br />
Resolved means that it was resolved by developer when it will pass QA and will be included in release it will have status Closed. Please wait for next release to update your site.<br />
<br />
Thank you.]]></description>
    </item>
            <item>
        <title>RE: No Navigation on Advanced Search Results</title>
        <description><![CDATA[<em>#4 / Comment by Magento Team</em><br/><br/>Index: C:/workspace/magento/app/design/frontend/default/iphone/layout/catalogsearch.xml<br />
===================================================================<br />
--- C:/workspace/magento/app/design/frontend/default/iphone/layout/catalogsearch.xml    (revision 63062)<br />
+++ C:/workspace/magento/app/design/frontend/default/iphone/layout/catalogsearch.xml    (revision 63063)<br />
@@ -98,7 +98,12 @@<br />
         &lt;/reference&gt;<br />
         &lt;reference name=&quot;content&quot;&gt;<br />
             &lt;block type=&quot;catalogsearch/advanced_result&quot; name=&quot;catalogsearch_advanced_result&quot; template=&quot;catalogsearch/advanced/result.phtml&quot;&gt;<br />
-                &lt;block type=&quot;catalog/product_list&quot; name=&quot;search_result_list&quot; template=&quot;catalog/product/list.phtml&quot;&gt;&lt;/block&gt;<br />
+                &lt;block type=&quot;catalog/product_list&quot; name=&quot;search_result_list&quot; template=&quot;catalog/product/list.phtml&quot;&gt;<br />
+                    &lt;block type=&quot;catalog/product_list_toolbar&quot; name=&quot;product_list_toolbar&quot; template=&quot;catalog/product/list/toolbar.phtml&quot;&gt;<br />
+                        &lt;block type=&quot;page/html_pager&quot; name=&quot;product_list_toolbar_pager&quot;/&gt;<br />
+                    &lt;/block&gt;<br />
+                    &lt;action method=&quot;setToolbarBlockName&quot;&gt;&lt;name&gt;product_list_toolbar&lt;/name&gt;&lt;/action&gt;<br />
+                &lt;/block&gt;<br />
                 &lt;action method=&quot;setListOrders&quot;/&gt;<br />
                 &lt;action method=&quot;setListModes&quot;/&gt;<br />
                 &lt;action method=&quot;setListCollection&quot;/&gt;<br />
Index: C:/workspace/magento/app/design/frontend/default/modern/layout/catalogsearch.xml<br />
===================================================================<br />
--- C:/workspace/magento/app/design/frontend/default/modern/layout/catalogsearch.xml    (revision 63062)<br />
+++ C:/workspace/magento/app/design/frontend/default/modern/layout/catalogsearch.xml    (revision 63063)<br />
@@ -106,11 +106,15 @@<br />
         &lt;reference name=&quot;content&quot;&gt;<br />
             &lt;block type=&quot;catalogsearch/advanced_result&quot; name=&quot;catalogsearch_advanced_result&quot; template=&quot;catalogsearch/advanced/result.phtml&quot;&gt;<br />
                 &lt;block type=&quot;catalog/product_list&quot; name=&quot;search_result_list&quot; template=&quot;catalog/product/list.phtml&quot;&gt;<br />
+                    &lt;block type=&quot;catalog/product_list_toolbar&quot; name=&quot;product_list_toolbar&quot; template=&quot;catalog/product/list/toolbar.phtml&quot;&gt;<br />
+                        &lt;block type=&quot;page/html_pager&quot; name=&quot;product_list_toolbar_pager&quot;/&gt;<br />
+                    &lt;/block&gt;<br />
                     &lt;action method=&quot;addColumnCountLayoutDepend&quot;&gt;&lt;layout&gt;empty&lt;/layout&gt;&lt;count&gt;6&lt;/count&gt;&lt;/action&gt;<br />
                     &lt;action method=&quot;addColumnCountLayoutDepend&quot;&gt;&lt;layout&gt;one_column&lt;/layout&gt;&lt;count&gt;5&lt;/count&gt;&lt;/action&gt;<br />
                     &lt;action method=&quot;addColumnCountLayoutDepend&quot;&gt;&lt;layout&gt;two_columns_left&lt;/layout&gt;&lt;count&gt;4&lt;/count&gt;&lt;/action&gt;<br />
                     &lt;action method=&quot;addColumnCountLayoutDepend&quot;&gt;&lt;layout&gt;two_columns_right&lt;/layout&gt;&lt;count&gt;4&lt;/count&gt;&lt;/action&gt;<br />
                     &lt;action method=&quot;addColumnCountLayoutDepend&quot;&gt;&lt;layout&gt;three_columns&lt;/layout&gt;&lt;count&gt;3&lt;/count&gt;&lt;/action&gt;<br />
+                    &lt;action method=&quot;setToolbarBlockName&quot;&gt;&lt;name&gt;product_list_toolbar&lt;/name&gt;&lt;/action&gt;<br />
                 &lt;/block&gt;<br />
                 &lt;action method=&quot;setListOrders&quot;/&gt;<br />
                 &lt;action method=&quot;setListModes&quot;/&gt;<br />
Index: C:/workspace/magento/app/design/frontend/base/default/layout/catalogsearch.xml<br />
===================================================================<br />
--- C:/workspace/magento/app/design/frontend/base/default/layout/catalogsearch.xml    (revision 63062)<br />
+++ C:/workspace/magento/app/design/frontend/base/default/layout/catalogsearch.xml    (revision 63063)<br />
@@ -105,11 +105,15 @@<br />
         &lt;reference name=&quot;content&quot;&gt;<br />
             &lt;block type=&quot;catalogsearch/advanced_result&quot; name=&quot;catalogsearch_advanced_result&quot; template=&quot;catalogsearch/advanced/result.phtml&quot;&gt;<br />
                 &lt;block type=&quot;catalog/product_list&quot; name=&quot;search_result_list&quot; template=&quot;catalog/product/list.phtml&quot;&gt;<br />
+                    &lt;block type=&quot;catalog/product_list_toolbar&quot; name=&quot;product_list_toolbar&quot; template=&quot;catalog/product/list/toolbar.phtml&quot;&gt;<br />
+                        &lt;block type=&quot;page/html_pager&quot; name=&quot;product_list_toolbar_pager&quot;/&gt;<br />
+                    &lt;/block&gt;<br />
                     &lt;action method=&quot;addColumnCountLayoutDepend&quot;&gt;&lt;layout&gt;empty&lt;/layout&gt;&lt;count&gt;6&lt;/count&gt;&lt;/action&gt;<br />
                     &lt;action method=&quot;addColumnCountLayoutDepend&quot;&gt;&lt;layout&gt;one_column&lt;/layout&gt;&lt;count&gt;5&lt;/count&gt;&lt;/action&gt;<br />
                     &lt;action method=&quot;addColumnCountLayoutDepend&quot;&gt;&lt;layout&gt;two_columns_left&lt;/layout&gt;&lt;count&gt;4&lt;/count&gt;&lt;/action&gt;<br />
                     &lt;action method=&quot;addColumnCountLayoutDepend&quot;&gt;&lt;layout&gt;two_columns_right&lt;/layout&gt;&lt;count&gt;4&lt;/count&gt;&lt;/action&gt;<br />
                     &lt;action method=&quot;addColumnCountLayoutDepend&quot;&gt;&lt;layout&gt;three_columns&lt;/layout&gt;&lt;count&gt;3&lt;/count&gt;&lt;/action&gt;<br />
+                    &lt;action method=&quot;setToolbarBlockName&quot;&gt;&lt;name&gt;product_list_toolbar&lt;/name&gt;&lt;/action&gt;<br />
                 &lt;/block&gt;<br />
                 &lt;action method=&quot;setListOrders&quot;/&gt;<br />
                 &lt;action method=&quot;setListModes&quot;/&gt;]]></description>
    </item>
            <item>
        <title>RE: No Navigation on Advanced Search Results</title>
        <description><![CDATA[<em>#5 / Comment by Magento Team</em><br/><br/>Hello bobbiemckee,<br />
<br />
This issue was fixed. The changes will be available in the next bugfix release.<br />
<br />
Thank you.]]></description>
    </item>
            <item>
        <title>RE: No Navigation on Advanced Search Results</title>
        <description><![CDATA[<em>#6 / Comment by <a href="http://www.magentocommerce.com/boards/member/283816/">Dharmaraj</a></em><br/><br/>Hi,<br />
<br />
Not solved yet. I have done changes you suggested in catalogsearch.xml. It will show layered navigation with shop by price option. But when we click on particular price range it display error &quot;There has been an error processing your request&quot;.<br />
use this link http://72.29.76.227/~watchzwo/catalogsearch/advanced/result/?name=&amp;description=&amp;short_description=&amp;sku=&amp;price[from]=&amp;price[to]=&amp;tax_class_id[]=2&amp;gender=  <br />
<br />
to open the page. Then click over any price range under &quot;Shop By Price&quot; section it will redirect you to <br />
<br />
&quot;http://72.29.76.227/~watchzwo/catalogsearch/advanced/result/?description=&amp;gender=&amp;name=&amp;price=1%2C1000&amp;short_description=&amp;sku=&amp;tax_class_id[0]=2&quot;<br />
<br />
Please provide updated file.<br />
<br />
Thanks.]]></description>
    </item>
        </channel>
</rss>