<?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"
	>
<channel>
	<title>Comments on: PHP/MySQL Boolean Search Script Updated</title>
	<atom:link href="http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/</link>
	<description>Tips and Commentary on Web Accessibility, Usability, and Search Marketing best practices.</description>
	<pubDate>Sat, 11 Oct 2008 18:02:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: Joe Dolson</title>
		<link>http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/#comment-27815</link>
		<dc:creator>Joe Dolson</dc:creator>
		<pubDate>Tue, 07 Oct 2008 14:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/#comment-27815</guid>
		<description>Thanks, Robson. The only way I know to use wildcards at the beginning of your query string is by using regular expressions -- and (although I'm not 100% sure,) I don't think you can combine regular expressions with the fulltext search expressions. 

What you could do is add a regular expression mode option to the script such that a person can elect to do a search providing only the end of the word, and it would run the search using the separate select statement with a regular expression -- but, sadly, the fulltext options simply don't include a stemming selector. Maybe someday...</description>
		<content:encoded><![CDATA[<p>Thanks, Robson. The only way I know to use wildcards at the beginning of your query string is by using regular expressions&thinsp;&#8212;&thinsp;and (although I&#8217;m not 100% sure,) I don&#8217;t think you can combine regular expressions with the fulltext search expressions. </p>
<p>What you could do is add a regular expression mode option to the script such that a person can elect to do a search providing only the end of the word, and it would run the search using the separate select statement with a regular expression&thinsp;&#8212;&thinsp;but, sadly, the fulltext options simply don&#8217;t include a stemming selector. Maybe&nbsp;someday&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robson</title>
		<link>http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/#comment-27794</link>
		<dc:creator>Robson</dc:creator>
		<pubDate>Tue, 07 Oct 2008 02:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/#comment-27794</guid>
		<description>Thank you very much for the script, Joe. I've been using it since version 1.5 and I'm always glad to find out the great enhancements you always make to it.
I really need to use a wildcard both in the beginning and in the end of the query string. I've searched extensively to find out a way to accomplish it but I'm still clueless. Is there a way or a workaround I can implement in order to get to it?? Sorry to bother. And thank you very much again.</description>
		<content:encoded><![CDATA[<p>Thank you very much for the script, Joe. I&#8217;ve been using it since version 1.5 and I&#8217;m always glad to find out the great enhancements you always make to it.<br />
I really need to use a wildcard both in the beginning and in the end of the query string. I&#8217;ve searched extensively to find out a way to accomplish it but I&#8217;m still clueless. Is there a way or a workaround I can implement in order to get to it?? Sorry to bother. And thank you very much&nbsp;again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Dolson</title>
		<link>http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/#comment-26120</link>
		<dc:creator>Joe Dolson</dc:creator>
		<pubDate>Mon, 11 Aug 2008 19:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/#comment-26120</guid>
		<description>Thanks, Alen! Look forward to hearing from you after you've finished things up.</description>
		<content:encoded><![CDATA[<p>Thanks, Alen! Look forward to hearing from you after you&#8217;ve finished things&nbsp;up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alen</title>
		<link>http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/#comment-26116</link>
		<dc:creator>Alen</dc:creator>
		<pubDate>Mon, 11 Aug 2008 15:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/#comment-26116</guid>
		<description>I just found your script googling out to find a nice php script to run on my website.
after trying your demo i got a GREAT impression about it! Bravo!

After putting it in production i will let you know!

cu!</description>
		<content:encoded><![CDATA[<p>I just found your script googling out to find a nice <acronym title="Hypertext PreProcessing">PHP</acronym> script to run on my website.<br />
after trying your demo i got a GREAT impression about it! Bravo!</p>
<p>After putting it in production i will let you know!&nbsp;cu!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Dolson</title>
		<link>http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/#comment-24048</link>
		<dc:creator>Joe Dolson</dc:creator>
		<pubDate>Thu, 19 Jun 2008 17:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/#comment-24048</guid>
		<description>In fact, it does support the "*" wildcard operator. It's only available as a final wildcard, but you can enter "cur*" to perform a search for terms beginning with "cur." (Curtain, curtail, current, etc.)

I think that this is documented in the script somewhere, although I'll be honest that I don't recall the details right now...

I appreciate the comment, however, and I'll make a point of adding that to the documentation as soon as possible!</description>
		<content:encoded><![CDATA[<p>In fact, it does support the &#8220;*&#8221; wildcard operator. It&#8217;s only available as a final wildcard, but you can enter &#8220;cur*&#8221; to perform a search for terms beginning with &#8220;cur.&#8221; (Curtain, curtail, current, etc.)</p>
<p>I think that this is documented in the script somewhere, although I&#8217;ll be honest that I don&#8217;t recall the details right now&#8230;</p>
<p>I appreciate the comment, however, and I&#8217;ll make a point of adding that to the documentation as soon as&nbsp;possible!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susan</title>
		<link>http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/#comment-24047</link>
		<dc:creator>Susan</dc:creator>
		<pubDate>Thu, 19 Jun 2008 13:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/#comment-24047</guid>
		<description>Thanks for this lovely site and this utility. I wonder, is there a reason why it searches for whole words only? We have a small database but there are some technical terms which are difficult to spell. Is it possible for users to add an * or something if they want a truncated value?</description>
		<content:encoded><![CDATA[<p>Thanks for this lovely site and this utility. I wonder, is there a reason why it searches for whole words only? We have a small database but there are some technical terms which are difficult to spell. Is it possible for users to add an * or something if they want a truncated&nbsp;value?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Dolson</title>
		<link>http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/#comment-22772</link>
		<dc:creator>Joe Dolson</dc:creator>
		<pubDate>Tue, 23 Oct 2007 14:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/#comment-22772</guid>
		<description>Certainly worth noting. I can't honestly say that PHP 6 is at the front of my thoughts right now --- given how long it takes for these things to move into production environments. However, since &lt;code&gt;preg&lt;/code&gt; functions are available now, I might as well make the switch!

Thanks -</description>
		<content:encoded><![CDATA[<p>Certainly worth noting. I can&#8217;t honestly say that <acronym title="Hypertext PreProcessing">PHP</acronym> 6 is at the front of my thoughts right now&thinsp;&#8212;&thinsp;- given how long it takes for these things to move into production environments. However, since <code>preg</code> functions are available now, I might as well make the switch!</p>
<p>Thanks&nbsp;-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Cherim</title>
		<link>http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/#comment-22770</link>
		<dc:creator>Mike Cherim</dc:creator>
		<pubDate>Tue, 23 Oct 2007 13:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/#comment-22770</guid>
		<description>Nice job Joe. I do want to note one thing: The &lt;code&gt;ereg()&lt;/code&gt;/&lt;code&gt;eregi()&lt;/code&gt; functions will no longer be supported with PHP6 so you might want to replace that with &lt;code&gt;preg_match()&lt;/code&gt; in the next build.</description>
		<content:encoded><![CDATA[<p>Nice job Joe. I do want to note one thing: The <code>ereg()</code>/<code>eregi()</code> functions will no longer be supported with PHP6 so you might want to replace that with <code>preg_match()</code> in the next&nbsp;build.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
