<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Search Tweak: Page 2 Not Found</title>
	<atom:link href="http://www.phpbbdoctor.com/blog/2008/03/09/search-tweak-page-2-not-found/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpbbdoctor.com/blog/2008/03/09/search-tweak-page-2-not-found/</link>
	<description>Your premium source for custom modification services for phpBB</description>
	<lastBuildDate>Wed, 11 Jan 2012 20:39:04 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jack</title>
		<link>http://www.phpbbdoctor.com/blog/2008/03/09/search-tweak-page-2-not-found/comment-page-1/#comment-2632</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Wed, 16 Apr 2008 08:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpbbdoctor.com/blog/2008/03/09/search-tweak-page-2-not-found/#comment-2632</guid>
		<description>I am using phpbb2.0.23. The first fix u say - I see a diff code now:

&lt;code&gt;
 AND f.forum_id = t.forum_id 
 AND p.post_id = t.topic_first_post_id
 AND p2.post_id = t.topic_last_post_id
 AND u2.user_id = p2.poster_id&quot;;
&lt;/code&gt;
So not sure what to do with this.

The implode glue seems to be fixed in my version though.

The second fix - Its commented out in the code page. And my forum has about 1000+ posts  - so not sure what to do with that.

Pls advice.

Jack.</description>
		<content:encoded><![CDATA[<p>I am using phpbb2.0.23. The first fix u say &#8211; I see a diff code now:</p>
<p><code><br />
 AND f.forum_id = t.forum_id<br />
 AND p.post_id = t.topic_first_post_id<br />
 AND p2.post_id = t.topic_last_post_id<br />
 AND u2.user_id = p2.poster_id";<br />
</code><br />
So not sure what to do with this.</p>
<p>The implode glue seems to be fixed in my version though.</p>
<p>The second fix &#8211; Its commented out in the code page. And my forum has about 1000+ posts  &#8211; so not sure what to do with that.</p>
<p>Pls advice.</p>
<p>Jack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.phpbbdoctor.com/blog/2008/03/09/search-tweak-page-2-not-found/comment-page-1/#comment-2592</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Wed, 12 Mar 2008 13:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpbbdoctor.com/blog/2008/03/09/search-tweak-page-2-not-found/#comment-2592</guid>
		<description>Hi, Milos, and welcome to the Doctor Blog. :) 

Your fix certainly would work, and I did consider that when I first realized what the problem was. However, I decided that extending the field size would not really be appropriate. In my opinion, if a user has built a search that exceeds the 65K limit of a text field, they&#039;re never going to get all the way to the end of their list of results anyway. Making the field bigger just means they can get more search matches that they won&#039;t read. It also puts a heavier load on the server during the search process as it has to manage a larger array of posts (or topics).</description>
		<content:encoded><![CDATA[<p>Hi, Milos, and welcome to the Doctor Blog. <img src='http://www.phpbbdoctor.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Your fix certainly would work, and I did consider that when I first realized what the problem was. However, I decided that extending the field size would not really be appropriate. In my opinion, if a user has built a search that exceeds the 65K limit of a text field, they&#8217;re never going to get all the way to the end of their list of results anyway. Making the field bigger just means they can get more search matches that they won&#8217;t read. It also puts a heavier load on the server during the search process as it has to manage a larger array of posts (or topics).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milos</title>
		<link>http://www.phpbbdoctor.com/blog/2008/03/09/search-tweak-page-2-not-found/comment-page-1/#comment-2591</link>
		<dc:creator>Milos</dc:creator>
		<pubDate>Wed, 12 Mar 2008 00:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpbbdoctor.com/blog/2008/03/09/search-tweak-page-2-not-found/#comment-2591</guid>
		<description>Third fix

Change in phpbb_search_results field search_array to longtext</description>
		<content:encoded><![CDATA[<p>Third fix</p>
<p>Change in phpbb_search_results field search_array to longtext</p>
]]></content:encoded>
	</item>
</channel>
</rss>

