<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
		>
<channel>
	<title>Comments on: Search reloaded, v.0.4</title>
	<atom:link href="http://www.semiologic.com/2005/06/30/search-reloaded-v04/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semiologic.com/2005/06/30/search-reloaded-v04/</link>
	<description>Meaningful Technology</description>
	<lastBuildDate>Mon, 31 Jan 2011 11:23:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Denis de Bernardy</title>
		<link>http://www.semiologic.com/2005/06/30/search-reloaded-v04/#comment-723</link>
		<dc:creator>Denis de Bernardy</dc:creator>
		<pubDate>Tue, 05 Jul 2005 12:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/2005/06/30/search-reloaded-v04/#comment-723</guid>
		<description>Fix added to v.0.5.</description>
		<content:encoded><![CDATA[<p>Fix added to v.0.5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Koepke</title>
		<link>http://www.semiologic.com/2005/06/30/search-reloaded-v04/#comment-722</link>
		<dc:creator>Mike Koepke</dc:creator>
		<pubDate>Mon, 04 Jul 2005 13:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/2005/06/30/search-reloaded-v04/#comment-722</guid>
		<description>Denis,

Search Reloaded failed to create the wp_sem_nodes table.  I am running wordpress 1.5.1.3, MySQL 2.0.54, and PHP 5.0.4.  After troubleshooting the problem seemed ot be with the FULLTEXT index.  The MySQL doc says that FULLTEXT is only available on MyISAM tables.  I made the following change to your SearchReloaded init function and the problem was resolved.

		$wpdb-&gt;get_results(&quot;# sem_search_init
CREATE TABLE IF NOT EXISTS `$wpdb-&gt;sem_nodes` (
	`node_id` int(10) unsigned NOT NULL default &#039;0&#039; ,
	`node_name` tinytext NOT NULL ,
	`node_content` text NOT NULL ,
	PRIMARY KEY  (`node_id`) ,
	FULLTEXT KEY `node` (`node_name`,`node_content`)
        )TYPE=MyISAM
&quot;);</description>
		<content:encoded><![CDATA[<p>Denis,</p>
<p>Search Reloaded failed to create the wp_sem_nodes table.  I am running wordpress 1.5.1.3, MySQL 2.0.54, and PHP 5.0.4.  After troubleshooting the problem seemed ot be with the FULLTEXT index.  The MySQL doc says that FULLTEXT is only available on MyISAM tables.  I made the following change to your SearchReloaded init function and the problem was resolved.</p>
<p>		$wpdb-&gt;get_results(&#034;# sem_search_init<br />
CREATE TABLE IF NOT EXISTS `$wpdb-&gt;sem_nodes` (<br />
	`node_id` int(10) unsigned NOT NULL default &#039;0&#039; ,<br />
	`node_name` tinytext NOT NULL ,<br />
	`node_content` text NOT NULL ,<br />
	PRIMARY KEY  (`node_id`) ,<br />
	FULLTEXT KEY `node` (`node_name`,`node_content`)<br />
        )TYPE=MyISAM<br />
&#034;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonella</title>
		<link>http://www.semiologic.com/2005/06/30/search-reloaded-v04/#comment-717</link>
		<dc:creator>Antonella</dc:creator>
		<pubDate>Fri, 01 Jul 2005 21:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.semiologic.com/2005/06/30/search-reloaded-v04/#comment-717</guid>
		<description>Just tried your search reloaded. Awesome plugin, Denis, really elegant.</description>
		<content:encoded><![CDATA[<p>Just tried your search reloaded. Awesome plugin, Denis, really elegant.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

