<?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: A sql search algorithm</title>
	<atom:link href="http://raybdbomb.com/p/mysql-php-search-algorithm.html/feed" rel="self" type="application/rss+xml" />
	<link>http://raybdbomb.com/p/mysql-php-search-algorithm.html</link>
	<description>Incessant babble and otherwise blarg</description>
	<lastBuildDate>Thu, 02 Feb 2012 00:44:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tanay</title>
		<link>http://raybdbomb.com/p/mysql-php-search-algorithm.html/comment-page-1#comment-81843</link>
		<dc:creator>Tanay</dc:creator>
		<pubDate>Thu, 23 Dec 2010 12:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://raybdbomb.com/p/a-sql-search-algorithm.html#comment-81843</guid>
		<description>Thank you so much. I applied it in SQLite for my Android app.</description>
		<content:encoded><![CDATA[<p>Thank you so much. I applied it in SQLite for my Android app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raybdbomb</title>
		<link>http://raybdbomb.com/p/mysql-php-search-algorithm.html/comment-page-1#comment-58235</link>
		<dc:creator>Raybdbomb</dc:creator>
		<pubDate>Sat, 29 Aug 2009 20:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://raybdbomb.com/p/a-sql-search-algorithm.html#comment-58235</guid>
		<description>No experience with it, sorry!  Check out mysql&#039;s guides.</description>
		<content:encoded><![CDATA[<p>No experience with it, sorry!  Check out mysql&#8217;s guides.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Funmarkaz</title>
		<link>http://raybdbomb.com/p/mysql-php-search-algorithm.html/comment-page-1#comment-58232</link>
		<dc:creator>Funmarkaz</dc:creator>
		<pubDate>Sat, 29 Aug 2009 05:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://raybdbomb.com/p/a-sql-search-algorithm.html#comment-58232</guid>
		<description>Can REGEXP be used with MATCH?</description>
		<content:encoded><![CDATA[<p>Can REGEXP be used with MATCH?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ste</title>
		<link>http://raybdbomb.com/p/mysql-php-search-algorithm.html/comment-page-1#comment-33423</link>
		<dc:creator>Ste</dc:creator>
		<pubDate>Mon, 03 Sep 2007 14:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://raybdbomb.com/p/a-sql-search-algorithm.html#comment-33423</guid>
		<description>use the REGEXP to search instead of LIKE - you can use regular expressions with that</description>
		<content:encoded><![CDATA[<p>use the REGEXP to search instead of LIKE &#8211; you can use regular expressions with that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raybdbomb</title>
		<link>http://raybdbomb.com/p/mysql-php-search-algorithm.html/comment-page-1#comment-25058</link>
		<dc:creator>Raybdbomb</dc:creator>
		<pubDate>Thu, 24 May 2007 03:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://raybdbomb.com/p/a-sql-search-algorithm.html#comment-25058</guid>
		<description>How, with SQL?</description>
		<content:encoded><![CDATA[<p>How, with SQL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shadow</title>
		<link>http://raybdbomb.com/p/mysql-php-search-algorithm.html/comment-page-1#comment-25043</link>
		<dc:creator>Shadow</dc:creator>
		<pubDate>Wed, 23 May 2007 21:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://raybdbomb.com/p/a-sql-search-algorithm.html#comment-25043</guid>
		<description>You would get a considerable increment of performance if you switch the bunch of LIKEs with a regular expression.</description>
		<content:encoded><![CDATA[<p>You would get a considerable increment of performance if you switch the bunch of LIKEs with a regular expression.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

