<?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: 1/3 Implementing an AutoSuggest feature using MySQL fulltext indices</title>
	<atom:link href="http://blog.dev001.net/2009/01/implementing-an-autosuggest-feature-using-mysql-fulltext-indices/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dev001.net/2009/01/implementing-an-autosuggest-feature-using-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: rfc2822</title>
		<link>http://blog.dev001.net/2009/01/implementing-an-autosuggest-feature-using-mysql-fulltext-indices/comment-page-1/#comment-3</link>
		<dc:creator>rfc2822</dc:creator>
		<pubDate>Wed, 21 Jan 2009 21:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dev001.net/?p=9#comment-3</guid>
		<description>It shouldn&#039;t be resource intensive because it uses the index that already exists (when you use the MyISAM full-text index feature). When searching the index, it uses the tree structure so it doesn&#039;t need to scan all rows.

As mentioned in the third article of this series (3/3), you can view a demo on http://www.gimpusers.com (use the search field)</description>
		<content:encoded><![CDATA[<p>It shouldn&#8217;t be resource intensive because it uses the index that already exists (when you use the MyISAM full-text index feature). When searching the index, it uses the tree structure so it doesn&#8217;t need to scan all rows.</p>
<p>As mentioned in the third article of this series (3/3), you can view a demo on <a href="http://www.gimpusers.com" rel="nofollow">http://www.gimpusers.com</a> (use the search field)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dotmusik</title>
		<link>http://blog.dev001.net/2009/01/implementing-an-autosuggest-feature-using-mysql-fulltext-indices/comment-page-1/#comment-2</link>
		<dc:creator>dotmusik</dc:creator>
		<pubDate>Wed, 21 Jan 2009 21:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dev001.net/?p=9#comment-2</guid>
		<description>Is there a working example of this? Looks very interesting, but I&#039;m just concerned how resource intensive it might be.</description>
		<content:encoded><![CDATA[<p>Is there a working example of this? Looks very interesting, but I&#8217;m just concerned how resource intensive it might be.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
