<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2008/09/search-results-restricted-to-20.html" />
  <link rel="self" type="application/atom+xml" href="http://forums.movabletype.org/atom.xml" />
  <id>tag:forums.movabletype.org,2009://24/tag:forums.movabletype.org,2008://24.7551-</id>
  <updated>2009-11-28T12:33:02Z</updated>
  <title>Comments for Search results restricted to 20</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.25</generator>
  <entry>
    <id>tag:forums.movabletype.org,2008://24.7551</id>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2008/09/search-results-restricted-to-20.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.movabletype.org/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=24/entry_id=7551" title="Search results restricted to 20" />
    <published>2008-09-15T09:34:30Z</published>
    <updated>2009-01-06T21:14:59Z</updated>
    <title>Search results restricted to 20</title>
    <summary>I&apos;ve recently upgraded to MT4.21 from MT4.12 and have noticed that my search pages are only showing a max of 20 results. I haven&apos;t changed the templates (not using pagination or anything) - this is happening on several different installations...</summary>
    <author>
      <name>Andrew Bowden</name>
      <uri>http://www.planetbods.org/</uri>
    </author>
    
    <category term="Design, Templates, &amp; Tags" />
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
      <![CDATA[<p>I've recently upgraded to MT4.21 from MT4.12 and have noticed that my search pages are only showing a max of 20 results.  I haven't changed the templates (not using pagination or anything) - this is happening on several different installations I manage.
e.g. http://www.planetbods.org/blog/search.php?search=Google</p>

<p>My search isn't hugely complex - the code looks like this.</p>

<p><a>" title=""></a></p>

<p>Do I need to change anything?</p>
]]>
      

    </content>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2008://24.7551-comment:7417</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2008://24.7551" type="text/html" href="http://forums.movabletype.org/2008/09/search-results-restricted-to-20.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2008/09/search-results-restricted-to-20.html#c7417" />
    <title>Comment from Andrew Bowden on 2008-09-16</title>
    <author>
        <name>Andrew Bowden</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Besides my HTML that is.</p>

<p>I have noticed if I put &amp;limit=20 in the query string, everything mysteriously works (having adapted the code on a test site to include the pagniate stuff) - however without that I'm restricted to purely 20.</p>

<p>limit of greater than 20 also doesn't work.</p>]]>
    </content>
    <published>2008-09-16T12:57:09Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2008://24.7551-comment:15296</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2008://24.7551" type="text/html" href="http://forums.movabletype.org/2008/09/search-results-restricted-to-20.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2008/09/search-results-restricted-to-20.html#c15296" />
    <title>Comment from srah on 2008-12-16</title>
    <author>
        <name>srah</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I have the same problem. Have you found a solution yet?</p>]]>
    </content>
    <published>2008-12-16T21:00:47Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2008://24.7551-comment:15342</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2008://24.7551" type="text/html" href="http://forums.movabletype.org/2008/09/search-results-restricted-to-20.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2008/09/search-results-restricted-to-20.html#c15342" />
    <title>Comment from Andrew Bowden on 2008-12-19</title>
    <author>
        <name>Andrew Bowden</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>The only solution I have is to ensure the &limit=20 is always present - so on your search box code, include</p>

<p>&lt;input type="hidden" name="limit" value="20" /&gt;</p>

<p>and that should solve it.</p>]]>
    </content>
    <published>2008-12-19T09:44:12Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2008://24.7551-comment:15888</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2008://24.7551" type="text/html" href="http://forums.movabletype.org/2008/09/search-results-restricted-to-20.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2008/09/search-results-restricted-to-20.html#c15888" />
    <title>Comment from srah on 2009-01-06</title>
    <author>
        <name>srah</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I'm thinking this has something to do with the problem (we're using an old version of the search script, maybe?) but I don't know where we'd get the new search script or why MT wouldn't have upgraded it...</p>

<p><a href="http://www.movabletype.org/documentation/appendices/tags/ifmaxresultscutoff.html" rel="nofollow">http://www.movabletype.org/documentation/appendices/tags/ifmaxresultscutoff.html</a></p>]]>
    </content>
    <published>2009-01-06T20:32:51Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2008://24.7551-comment:15890</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2008://24.7551" type="text/html" href="http://forums.movabletype.org/2008/09/search-results-restricted-to-20.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2008/09/search-results-restricted-to-20.html#c15890" />
    <title>Comment from srah on 2009-01-06</title>
    <author>
        <name>srah</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Aha!</p>

<p><a href="http://www.movabletype.org/documentation/appendices/config-directives/maxresults.html" rel="nofollow">http://www.movabletype.org/documentation/appendices/config-directives/maxresults.html</a></p>]]>
    </content>
    <published>2009-01-06T21:14:59Z</published>
  </entry>

</feed>
