<?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: Making MySQL full-text searching like Google</title>
	<atom:link href="http://www.ghidinelli.com/2006/06/01/making-mysql-full-text-searching-like-google/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ghidinelli.com/2006/06/01/making-mysql-full-text-searching-like-google</link>
	<description></description>
	<lastBuildDate>Thu, 01 Jun 2017 18:51:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: brian</title>
		<link>http://www.ghidinelli.com/2006/06/01/making-mysql-full-text-searching-like-google/comment-page-1#comment-31</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Mon, 12 Jun 2006 19:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2006/06/01/making-mysql-full-text-searching-like-google/#comment-31</guid>
		<description>Well I can&#039;t take credit for the design; that part I have stolen from a wordpress theme and it&#039;s sitting in an unyet-changed state.

It might not be perfect, but MySQLs built in searching certainly beats doing a bunch of LIKE &#039;%blah%&#039;s as far as I&#039;m concerned.</description>
		<content:encoded><![CDATA[<p>Well I can&#8217;t take credit for the design; that part I have stolen from a wordpress theme and it&#8217;s sitting in an unyet-changed state.</p>
<p>It might not be perfect, but MySQLs built in searching certainly beats doing a bunch of LIKE &#8216;%blah%&#8217;s as far as I&#8217;m concerned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.ghidinelli.com/2006/06/01/making-mysql-full-text-searching-like-google/comment-page-1#comment-30</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 12 Jun 2006 19:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/2006/06/01/making-mysql-full-text-searching-like-google/#comment-30</guid>
		<description>mySQL&#039;s full-text search has been a never-ending source of headaches for me... while it works fine in the context of mySQL&#039;s documentation (hey, search this title for this word), its ease of implementation starts falling apart in real life if you want to, say, search more than one field in one table.

I ran into a similar problem that you describe, but my solution was less elegant: I taught the users of the db how to use operators (such as the plus to force an include) own their own. 

Like the new design, btw. Never would&#039;ve guessed you like the color orange (*cough* vFive *cough).</description>
		<content:encoded><![CDATA[<p>mySQL&#8217;s full-text search has been a never-ending source of headaches for me&#8230; while it works fine in the context of mySQL&#8217;s documentation (hey, search this title for this word), its ease of implementation starts falling apart in real life if you want to, say, search more than one field in one table.</p>
<p>I ran into a similar problem that you describe, but my solution was less elegant: I taught the users of the db how to use operators (such as the plus to force an include) own their own. </p>
<p>Like the new design, btw. Never would&#8217;ve guessed you like the color orange (*cough* vFive *cough).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
