<?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: 2/3 myisam_suggest: an AutoComplete tool for MySQL fulltext indices</title>
	<atom:link href="http://blog.dev001.net/2009/01/myisam_suggest-an-autocomplete-tool-for-mysql-fulltext-indices/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dev001.net/2009/01/myisam_suggest-an-autocomplete-tool-for-mysql-fulltext-indices/</link>
	<description>Just another Web Developer's weblog</description>
	<lastBuildDate>Thu, 01 Jul 2010 12:09:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: blog.dev001.net &#187; Comparing myisam_suggest with a book&#8217;s index</title>
		<link>http://blog.dev001.net/2009/01/myisam_suggest-an-autocomplete-tool-for-mysql-fulltext-indices/comment-page-1/#comment-1152</link>
		<dc:creator>blog.dev001.net &#187; Comparing myisam_suggest with a book&#8217;s index</dc:creator>
		<pubDate>Thu, 23 Apr 2009 19:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dev001.net/?p=10#comment-1152</guid>
		<description>[...] I had an idea how to illustrate how myisam_suggest works by a comparison with a normal printed book&#8217;s [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] I had an idea how to illustrate how myisam_suggest works by a comparison with a normal printed book&#8217;s [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TauruS ForeveR</title>
		<link>http://blog.dev001.net/2009/01/myisam_suggest-an-autocomplete-tool-for-mysql-fulltext-indices/comment-page-1/#comment-7</link>
		<dc:creator>TauruS ForeveR</dc:creator>
		<pubDate>Fri, 30 Jan 2009 15:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dev001.net/?p=10#comment-7</guid>
		<description>Hi,

I don&#039;t know why, but It didn&#039;t work for me, until I&#039;ve replaced:

-if (strcasecmp(query_buf+1, s) != 0) break;
+if (strcasecmp(argv[3], s) != 0) break;

(&quot;query_buf&quot; always contained doubled &quot;argv[3]&quot;. e.g. if &quot;argv[3]&quot; == &quot;tes&quot; then &quot;query_buf+1&quot; == &quot;testes&quot;)

FreeBSD 7.0, MySQL 5.0.45.

Now it works well. 

P.S. At the moment I am thinking how to get it working with more then one word :-)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I don&#8217;t know why, but It didn&#8217;t work for me, until I&#8217;ve replaced:</p>
<p>-if (strcasecmp(query_buf+1, s) != 0) break;<br />
+if (strcasecmp(argv[3], s) != 0) break;</p>
<p>(&#8220;query_buf&#8221; always contained doubled &#8220;argv[3]&#8221;. e.g. if &#8220;argv[3]&#8221; == &#8220;tes&#8221; then &#8220;query_buf+1&#8221; == &#8220;testes&#8221;)</p>
<p>FreeBSD 7.0, MySQL 5.0.45.</p>
<p>Now it works well. </p>
<p>P.S. At the moment I am thinking how to get it working with more then one word <img src='http://blog.dev001.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
