<?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: Using a MySQL Full-Text Search</title>
	<atom:link href="http://www.tech-evangelist.com/2008/01/18/mysql-fulltext-01/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-evangelist.com/2008/01/18/mysql-fulltext-01/</link>
	<description>Technical Articles, Musings and Opinions from Tech-Evangelist</description>
	<lastBuildDate>Sun, 29 Jan 2012 19:09:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Doogie</title>
		<link>http://www.tech-evangelist.com/2008/01/18/mysql-fulltext-01/comment-page-1/#comment-11389</link>
		<dc:creator>Doogie</dc:creator>
		<pubDate>Wed, 15 Jul 2009 23:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-evangelist.com/2008/01/18/mysql-fulltext-01/#comment-11389</guid>
		<description>Hi Charles

There is a directive in the MySQL configuration file that will allow you to search using 3 character words, but you will need root access to your server to change it. Most hosting companies do not give you root access. 

ft_min_word_len=3

You will need to escape your search string with backslashes in order to search for words with escaped apostrophes.  Do something like the following before you perform a fulltext search. 

$searchString = addslashes($searchString);</description>
		<content:encoded><![CDATA[<p>Hi Charles</p>
<p>There is a directive in the MySQL configuration file that will allow you to search using 3 character words, but you will need root access to your server to change it. Most hosting companies do not give you root access. </p>
<p>ft_min_word_len=3</p>
<p>You will need to escape your search string with backslashes in order to search for words with escaped apostrophes.  Do something like the following before you perform a fulltext search. </p>
<p>$searchString = addslashes($searchString);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://www.tech-evangelist.com/2008/01/18/mysql-fulltext-01/comment-page-1/#comment-11386</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Wed, 15 Jul 2009 19:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-evangelist.com/2008/01/18/mysql-fulltext-01/#comment-11386</guid>
		<description>Is there any way to configure mySQL so that it considers 3-character words and strings with apostrophes, etc in them?</description>
		<content:encoded><![CDATA[<p>Is there any way to configure mySQL so that it considers 3-character words and strings with apostrophes, etc in them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Techanik</title>
		<link>http://www.tech-evangelist.com/2008/01/18/mysql-fulltext-01/comment-page-1/#comment-10284</link>
		<dc:creator>Techanik</dc:creator>
		<pubDate>Tue, 27 Jan 2009 06:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-evangelist.com/2008/01/18/mysql-fulltext-01/#comment-10284</guid>
		<description>Thanx ! It helped me a lot in creating a search engine for my site.</description>
		<content:encoded><![CDATA[<p>Thanx ! It helped me a lot in creating a search engine for my site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert James Reese</title>
		<link>http://www.tech-evangelist.com/2008/01/18/mysql-fulltext-01/comment-page-1/#comment-5404</link>
		<dc:creator>Robert James Reese</dc:creator>
		<pubDate>Thu, 14 Feb 2008 16:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-evangelist.com/2008/01/18/mysql-fulltext-01/#comment-5404</guid>
		<description>Thank you for posting this!  I had been searching all over to figure out why my most common results weren&#039;t showing up in search on one of my sites.  Finally, I stumbled across your 50% rule...</description>
		<content:encoded><![CDATA[<p>Thank you for posting this!  I had been searching all over to figure out why my most common results weren&#8217;t showing up in search on one of my sites.  Finally, I stumbled across your 50% rule&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

