<?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: 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>
	<lastBuildDate>Mon, 22 Mar 2010 13:05:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joe Dolson</title>
		<link>http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/comment-page-1/#comment-29114</link>
		<dc:creator>Joe Dolson</dc:creator>
		<pubDate>Mon, 10 Nov 2008 01:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/#comment-29114</guid>
		<description>@robson - Hi! I&#039;ve been out of town for the last few days, but I&#039;ll take a look when I get a chance. 

@olli - I appreciate your comments, but you&#039;re addressing them to the wrong person. That&#039;s the way the * operator was designed in MySQL: it operates as a terminal wildcard, not an initial wildcard. &lt;a href=&quot;http://www.joedolson.com/boolean-query-in-mysql.php&quot; rel=&quot;nofollow&quot;&gt;More about Boolean queries in MySQL&lt;/a&gt;. 

Best,
Joe</description>
		<content:encoded><![CDATA[<p>@robson - Hi! I&#8217;ve been out of town for the last few days, but I&#8217;ll take a look when I get a&nbsp;chance. </p>
<p>@olli - I appreciate your comments, but you&#8217;re addressing them to the wrong person. That&#8217;s the way the * operator was designed in MySQL: it operates as a terminal wildcard, not an initial wildcard. <a href="http://www.joedolson.com/boolean-query-in-mysql.php">More about Boolean queries in&nbsp;MySQL</a>. </p>
<p>Best,<br />&nbsp;Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olli</title>
		<link>http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/comment-page-1/#comment-29111</link>
		<dc:creator>olli</dc:creator>
		<pubDate>Sun, 09 Nov 2008 18:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/#comment-29111</guid>
		<description>Hi,

nice Script, but &quot;*enwood&quot; returns no results (Kenwood)... :-(</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>nice Script, but &#8220;*enwood&#8221; returns no results (Kenwood)&#8230; <img src='http://www.joedolson.com/articles/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robson</title>
		<link>http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/comment-page-1/#comment-29010</link>
		<dc:creator>Robson</dc:creator>
		<pubDate>Wed, 05 Nov 2008 17:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/#comment-29010</guid>
		<description>Sorry to bother you again, man, but I&#039;m havin a little problem with the script and maybe you can help me.
On saturday, I made my company&#039;s most recent project public. Its a search engine where people can find the whole content of the local phone book online.
The problem I&#039;m having is that I&#039;m not finding some things that I know that are in the DB. I dont know if it&#039;s my mistake or it&#039;s not a mistake at all.
The only modifications I made to your original script were: I made it OO to suit the rest of the project, I made every query start with a + when no operator is used and I put an * in every query. Its all on www.bqbuscas.com.br
I hope u can help me and sorry, again, to bother u.
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Sorry to bother you again, man, but I&#8217;m havin a little problem with the script and maybe you can help me.<br />
On saturday, I made my company&#8217;s most recent project public. Its a search engine where people can find the whole content of the local phone book online.<br />
The problem I&#8217;m having is that I&#8217;m not finding some things that I know that are in the DB. I dont know if it&#8217;s my mistake or it&#8217;s not a mistake at all.<br />
The only modifications I made to your original script were: I made it OO to suit the rest of the project, I made every query start with a + when no operator is used and I put an * in every query. Its all on <a href="http://www.bqbuscas.com.br">http://www.bqbuscas.com.br</a><br />
I hope u can help me and sorry, again, to bother u.<br />
Thanks in&nbsp;advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Dolson</title>
		<link>http://www.joedolson.com/articles/2007/10/phpmysql-boolean-search-script-updated/comment-page-1/#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&#039;m not 100% sure,) I don&#039;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&#039;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&nbsp;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-page-1/#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&#039;ve been using it since version 1.5 and I&#039;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&#039;ve searched extensively to find out a way to accomplish it but I&#039;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-page-1/#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&#039;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-page-1/#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!&nbsp;Bravo!</p>
<p>After putting it in production i will let you&nbsp;know!</p>
<p>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-page-1/#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 &quot;*&quot; wildcard operator. It&#039;s only available as a final wildcard, but you can enter &quot;cur*&quot; to perform a search for terms beginning with &quot;cur.&quot; (Curtain, curtail, current, etc.)

I think that this is documented in the script somewhere, although I&#039;ll be honest that I don&#039;t recall the details right now...

I appreciate the comment, however, and I&#039;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,&nbsp;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&nbsp;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-page-1/#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-page-1/#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&#039;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&nbsp;switch!</p>
<p>Thanks&nbsp;-</p>
]]></content:encoded>
	</item>
</channel>
</rss>
