<?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>Kommentare zu: Kau-Boy&#8217;s AutoCompleter Plugin</title>
	<atom:link href="http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=kau-boys-autocompleter-plugin</link>
	<description>Webdevelopment and more</description>
	<lastBuildDate>Thu, 22 Jul 2010 21:46:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Von: Bernhard</title>
		<link>http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin/comment-page-1#comment-7012</link>
		<dc:creator>Bernhard</dc:creator>
		<pubDate>Mon, 21 Jun 2010 17:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=24#comment-7012</guid>
		<description>What you can do is replace the line 28 in the file autocompleter_results.php with this line:

[php gutter=&quot;false&quot;]
$words = &#039;%&#039;.implode(&quot;%&quot;, explode(&quot; &quot;, $_REQUEST[&#039;q&#039;])).&#039;%&#039;;
[/php]

This will first split the searcg string on every space and then combines it again with a percentage sign, which is in the MySQL database used as a wildcard.

If you have further questions just ask again.</description>
		<content:encoded><![CDATA[<p>What you can do is replace the line 28 in the file autocompleter_results.php with this line:</p>
<pre class="brush: php; gutter: false;">
$words = '%'.implode(&quot;%&quot;, explode(&quot; &quot;, $_REQUEST['q'])).'%';
</pre>
<p>This will first split the searcg string on every space and then combines it again with a percentage sign, which is in the MySQL database used as a wildcard.</p>
<p>If you have further questions just ask again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Andrew</title>
		<link>http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin/comment-page-1#comment-7011</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 21 Jun 2010 16:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=24#comment-7011</guid>
		<description>Is there a way to set the search to accept multiple keywords.

For example if the user types &quot;cool post&quot;

Can this plugin search the database to find a post that has both the keywords &quot;cool&quot; and &quot;post&quot; at the same time.

I was fooling around with it and used:

explode(&quot; &quot;,$words);
- to get the each word the user enters (separated by spaces)

After that I&#039;m a bit confused where to go.


After that I&#039;m stuck.</description>
		<content:encoded><![CDATA[<p>Is there a way to set the search to accept multiple keywords.</p>
<p>For example if the user types &#8220;cool post&#8221;</p>
<p>Can this plugin search the database to find a post that has both the keywords &#8220;cool&#8221; and &#8220;post&#8221; at the same time.</p>
<p>I was fooling around with it and used:</p>
<p>explode(&#8221; &#8220;,$words);<br />
- to get the each word the user enters (separated by spaces)</p>
<p>After that I&#8217;m a bit confused where to go.</p>
<p>After that I&#8217;m stuck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Bernhard</title>
		<link>http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin/comment-page-1#comment-7007</link>
		<dc:creator>Bernhard</dc:creator>
		<pubDate>Mon, 21 Jun 2010 09:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=24#comment-7007</guid>
		<description>I am not quite sure what you want to do? Do you want to have a search for taxonomies or do you want to add the taxonomies to the list of results. That might be a little much of data. Or do you want only the title and the taxonomies as a result. I may include a option to display taxonomies in the results.</description>
		<content:encoded><![CDATA[<p>I am not quite sure what you want to do? Do you want to have a search for taxonomies or do you want to add the taxonomies to the list of results. That might be a little much of data. Or do you want only the title and the taxonomies as a result. I may include a option to display taxonomies in the results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: reza</title>
		<link>http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin/comment-page-1#comment-7006</link>
		<dc:creator>reza</dc:creator>
		<pubDate>Mon, 21 Jun 2010 07:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=24#comment-7006</guid>
		<description>hi

how to add taxonomies in result search?

thank you</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>how to add taxonomies in result search?</p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Bernhard</title>
		<link>http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin/comment-page-1#comment-6819</link>
		<dc:creator>Bernhard</dc:creator>
		<pubDate>Thu, 17 Jun 2010 19:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=24#comment-6819</guid>
		<description>No problem. And as I have to accept every comment for new commenters (new name or email address) your comment was only visible for you but for nobody else. I&#039;m glad I could have helped you. I am always happy to getting some feedback, even if they tell me about some bugs I haven&#039;t found, yet. And many thanks for the donation. You are the second who donated to one of my plugins.</description>
		<content:encoded><![CDATA[<p>No problem. And as I have to accept every comment for new commenters (new name or email address) your comment was only visible for you but for nobody else. I&#8217;m glad I could have helped you. I am always happy to getting some feedback, even if they tell me about some bugs I haven&#8217;t found, yet. And many thanks for the donation. You are the second who donated to one of my plugins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Juan</title>
		<link>http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin/comment-page-1#comment-6818</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Thu, 17 Jun 2010 13:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=24#comment-6818</guid>
		<description>Hey Bernhard!! Thanks a lot for your quick reply. You worth a donation!! ;-)
One more request, please remove my last comment, I entered my email address in the name box by mistake.
Thanks a lot again!!!</description>
		<content:encoded><![CDATA[<p>Hey Bernhard!! Thanks a lot for your quick reply. You worth a donation!! <img src='http://kau-boys.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
One more request, please remove my last comment, I entered my email address in the name box by mistake.<br />
Thanks a lot again!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Bernhard</title>
		<link>http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin/comment-page-1#comment-6815</link>
		<dc:creator>Bernhard</dc:creator>
		<pubDate>Thu, 17 Jun 2010 10:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=24#comment-6815</guid>
		<description>Thanks a lot for your comment. There seems to be a issue with IE8 and the Element() function of prototype. The class name was not added to the element and so the CSS had no effekt in IE8. I fixed that and added the class with the addClassName() function after creating the element. It should now also work in IE8. Just update the plugin to version 2.3 and it should work in IE8 with prototype.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your comment. There seems to be a issue with IE8 and the Element() function of prototype. The class name was not added to the element and so the CSS had no effekt in IE8. I fixed that and added the class with the addClassName() function after creating the element. It should now also work in IE8. Just update the plugin to version 2.3 and it should work in IE8 with prototype.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Juan</title>
		<link>http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin/comment-page-1#comment-6807</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Thu, 17 Jun 2010 03:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=24#comment-6807</guid>
		<description>Excellent plugin but with script.aculo.us in IE8 the matching titles doesn&#039;t show any background at all. Any idea? Thanks again for your contribution!
Juan</description>
		<content:encoded><![CDATA[<p>Excellent plugin but with script.aculo.us in IE8 the matching titles doesn&#8217;t show any background at all. Any idea? Thanks again for your contribution!<br />
Juan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Bernhard</title>
		<link>http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin/comment-page-1#comment-2666</link>
		<dc:creator>Bernhard</dc:creator>
		<pubDate>Sat, 13 Mar 2010 23:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=24#comment-2666</guid>
		<description>You can change the Query inside of the autocompleter-results.php (line 30-46). But as it is a search plugin for posts and pages it is not possible to do it without changing the plugin files.

How would you like to select the table in which the plugin should search for? Manybe I&#039;ll add that option to the plugin.</description>
		<content:encoded><![CDATA[<p>You can change the Query inside of the autocompleter-results.php (line 30-46). But as it is a search plugin for posts and pages it is not possible to do it without changing the plugin files.</p>
<p>How would you like to select the table in which the plugin should search for? Manybe I&#8217;ll add that option to the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Frank</title>
		<link>http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin/comment-page-1#comment-2664</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sat, 13 Mar 2010 14:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=24#comment-2664</guid>
		<description>Hi Bernhard
I like your plugin - works great. My question is - is it possible to make this search only one table in the DB? I have added a glossary of real estate terms and would like to search that and not the posts/categories/tags.
thanks,
Frank</description>
		<content:encoded><![CDATA[<p>Hi Bernhard<br />
I like your plugin &#8211; works great. My question is &#8211; is it possible to make this search only one table in the DB? I have added a glossary of real estate terms and would like to search that and not the posts/categories/tags.<br />
thanks,<br />
Frank</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Bernhard</title>
		<link>http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin/comment-page-1#comment-1623</link>
		<dc:creator>Bernhard</dc:creator>
		<pubDate>Fri, 12 Feb 2010 23:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=24#comment-1623</guid>
		<description>If you have chosen Prototype as the framework the function is available as soon as the complete DOM is loaded if that takes some time the autocompletion is delayed. Try to switch the framework to jQuery if possible. But as the results have to be loaded with an AJAX call your server might take to long for the request.

So first try to switch the framework. If that doesn&#039;t work out either I will check your site if there is any other function that might cause problems with my plugin.</description>
		<content:encoded><![CDATA[<p>If you have chosen Prototype as the framework the function is available as soon as the complete DOM is loaded if that takes some time the autocompletion is delayed. Try to switch the framework to jQuery if possible. But as the results have to be loaded with an AJAX call your server might take to long for the request.</p>
<p>So first try to switch the framework. If that doesn&#8217;t work out either I will check your site if there is any other function that might cause problems with my plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Daniel</title>
		<link>http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin/comment-page-1#comment-1622</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 12 Feb 2010 23:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=24#comment-1622</guid>
		<description>I am using your plugin, how ever there is a delay between when start typing in a result and when the results get displayed. Is there any way to change this?</description>
		<content:encoded><![CDATA[<p>I am using your plugin, how ever there is a delay between when start typing in a result and when the results get displayed. Is there any way to change this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Sascha Postner : Waidwerk : Blog über Kommunikation, Webstandards und Public Relations&#187; Blogarchiv &#187; Wordpress Suche verbessern</title>
		<link>http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin/comment-page-1#comment-1491</link>
		<dc:creator>Sascha Postner : Waidwerk : Blog über Kommunikation, Webstandards und Public Relations&#187; Blogarchiv &#187; Wordpress Suche verbessern</dc:creator>
		<pubDate>Tue, 02 Feb 2010 22:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=24#comment-1491</guid>
		<description>[...] sinnvoll sofort den ersten Treffer zu selektieren) ist es ein spitzen Plugin. Au&#223;erdem sollte noch der tolle Einsatz des Autoren betont werden und dessen schnelle [...]</description>
		<content:encoded><![CDATA[<p>[...] sinnvoll sofort den ersten Treffer zu selektieren) ist es ein spitzen Plugin. Au&#223;erdem sollte noch der tolle Einsatz des Autoren betont werden und dessen schnelle [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Sascha</title>
		<link>http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin/comment-page-1#comment-1452</link>
		<dc:creator>Sascha</dc:creator>
		<pubDate>Sun, 31 Jan 2010 16:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=24#comment-1452</guid>
		<description>Hi Bernhard! 
Your update just worked fine! Really smooth. Now everything seems OK. Just had to donate some money for the super quick service! ;)
Thanks and best regards Sascha</description>
		<content:encoded><![CDATA[<p>Hi Bernhard!<br />
Your update just worked fine! Really smooth. Now everything seems OK. Just had to donate some money for the super quick service! <img src='http://kau-boys.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Thanks and best regards Sascha</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Bernhard</title>
		<link>http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin/comment-page-1#comment-1438</link>
		<dc:creator>Bernhard</dc:creator>
		<pubDate>Sat, 30 Jan 2010 14:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=24#comment-1438</guid>
		<description>Hi Sacha,

I checked out the relevanssi plugin and found out that this plugin sets some filters that affects other plugins for searches. I now added some code to make my plugin working with the relevanssi plugin enabled.</description>
		<content:encoded><![CDATA[<p>Hi Sacha,</p>
<p>I checked out the relevanssi plugin and found out that this plugin sets some filters that affects other plugins for searches. I now added some code to make my plugin working with the relevanssi plugin enabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Sascha</title>
		<link>http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin/comment-page-1#comment-1434</link>
		<dc:creator>Sascha</dc:creator>
		<pubDate>Sat, 30 Jan 2010 12:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=24#comment-1434</guid>
		<description>Unfortunately it does not work while Relevanssi is activated! I&#039;s a pitty. Bothe plugins are valuable and nice! :) However, I will have to go for nice search results rather than for autocomplete...

Anyway thanks for this nice plugin!</description>
		<content:encoded><![CDATA[<p>Unfortunately it does not work while Relevanssi is activated! I&#8217;s a pitty. Bothe plugins are valuable and nice! <img src='http://kau-boys.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  However, I will have to go for nice search results rather than for autocomplete&#8230;</p>
<p>Anyway thanks for this nice plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Fiz</title>
		<link>http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin/comment-page-1#comment-601</link>
		<dc:creator>Fiz</dc:creator>
		<pubDate>Fri, 27 Nov 2009 17:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=24#comment-601</guid>
		<description>Hi and thanks for your very beautiful plugin. One only thing about styling of autocompleter.css -&gt; ac_result class:
* add parameter left:-9999px; to disappear its border (if added) to the bottom of the page
* add !important to width

Bye!</description>
		<content:encoded><![CDATA[<p>Hi and thanks for your very beautiful plugin. One only thing about styling of autocompleter.css -&gt; ac_result class:<br />
* add parameter left:-9999px; to disappear its border (if added) to the bottom of the page<br />
* add !important to width</p>
<p>Bye!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Daniel</title>
		<link>http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin/comment-page-1#comment-105</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 29 Sep 2009 11:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=24#comment-105</guid>
		<description>Thanks Bernhard, all is now working.

Many thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks Bernhard, all is now working.</p>
<p>Many thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Bernhard</title>
		<link>http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin/comment-page-1#comment-12</link>
		<dc:creator>Bernhard</dc:creator>
		<pubDate>Wed, 12 Aug 2009 15:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=24#comment-12</guid>
		<description>Hi Daniel,

I search the web for your problem and it is a bug in PHP 4 (http://bugs.php.net/bug.php?id=27626). I use html_entity_decode to convert all characters to non-entities to avoid destroying them when limiting the title/content length.

But as PHP 4 (pre 4.3.3) lacks a full support of UTF-8 it might be a prblem with the encoding. So the first thing you should try is to go to the settings page and change the multibyte encoding to ISO-8859-1.

If that doesn&#039;t work, try to replace line 72 in autocompleter_results.php. To do so, navigate to Plugins-&gt;Installed and click edit on the plugin. From the list at the right choose the autocompleter_results.php. Then replace this line:

$str = html_entity_decode(trim($str), ENT_NOQUOTES, $encoding);

with this line:

$str = utf8_encode(html_entity_decode(trim($str)));

As I don&#039;t have a running Server with PHP4 I can&#039;t test it myself right now.

Bernhard</description>
		<content:encoded><![CDATA[<p>Hi Daniel,</p>
<p>I search the web for your problem and it is a bug in PHP 4 (<a href="http://bugs.php.net/bug.php?id=27626" rel="nofollow">http://bugs.php.net/bug.php?id=27626</a>). I use html_entity_decode to convert all characters to non-entities to avoid destroying them when limiting the title/content length.</p>
<p>But as PHP 4 (pre 4.3.3) lacks a full support of UTF-8 it might be a prblem with the encoding. So the first thing you should try is to go to the settings page and change the multibyte encoding to ISO-8859-1.</p>
<p>If that doesn&#8217;t work, try to replace line 72 in autocompleter_results.php. To do so, navigate to Plugins->Installed and click edit on the plugin. From the list at the right choose the autocompleter_results.php. Then replace this line:</p>
<p>$str = html_entity_decode(trim($str), ENT_NOQUOTES, $encoding);</p>
<p>with this line:</p>
<p>$str = utf8_encode(html_entity_decode(trim($str)));</p>
<p>As I don&#8217;t have a running Server with PHP4 I can&#8217;t test it myself right now.</p>
<p>Bernhard</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Daniel</title>
		<link>http://kau-boys.de/wordpress/kau-boys-autocompleter-plugin/comment-page-1#comment-11</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 12 Aug 2009 09:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://kau-boys.de/?p=24#comment-11</guid>
		<description>In v1.8 I still get &quot;Warning: cannot yet handle MBCS in html_entity_decode()! in /htdocs/wp-content/plugins/kau-boys-autocompleter/autocompleter_results.php on line 72&quot;

It was working great up until v1.5 and then it has stopped. Tried uninstalling / reinstalling - any further ideas?</description>
		<content:encoded><![CDATA[<p>In v1.8 I still get &#8220;Warning: cannot yet handle MBCS in html_entity_decode()! in /htdocs/wp-content/plugins/kau-boys-autocompleter/autocompleter_results.php on line 72&#8243;</p>
<p>It was working great up until v1.5 and then it has stopped. Tried uninstalling / reinstalling &#8211; any further ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
