<?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: WordPress Custom Field Search Plugin</title>
	<atom:link href="http://www.braindonor.net/coding-blog/wordpress-custom-field-search-plugin/102/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.braindonor.net/coding-blog/wordpress-custom-field-search-plugin/102/</link>
	<description>Send us your brain...let us do the thinking for you!</description>
	<lastBuildDate>Tue, 03 Jan 2012 13:57:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: author</title>
		<link>http://www.braindonor.net/coding-blog/wordpress-custom-field-search-plugin/102/comment-page-1/#comment-1276</link>
		<dc:creator>author</dc:creator>
		<pubDate>Sat, 17 Dec 2011 04:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.braindonor.net/?p=102#comment-1276</guid>
		<description>Totally awesome! We have our writers doing the work in Word documents which are then imported into wordpress and a custom field saves the word document file name of the source article. Then a project manager goes in and puts the articles into the correct categories - now finally we can search for the source file name do a quick edit and set the category. 4 SQL LIKE statements in this example are quicker than going into each post one by one. Well done! We have saved this to our super long custom wordpress so wordpress can behave.  

Simon</description>
		<content:encoded><![CDATA[<p>Totally awesome! We have our writers doing the work in Word documents which are then imported into wordpress and a custom field saves the word document file name of the source article. Then a project manager goes in and puts the articles into the correct categories &#8211; now finally we can search for the source file name do a quick edit and set the category. 4 SQL LIKE statements in this example are quicker than going into each post one by one. Well done! We have saved this to our super long custom wordpress so wordpress can behave.  </p>
<p>Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://www.braindonor.net/coding-blog/wordpress-custom-field-search-plugin/102/comment-page-1/#comment-1048</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Fri, 14 Oct 2011 07:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.braindonor.net/?p=102#comment-1048</guid>
		<description>Awesome! I&#039;ve been pulling my hair over including a custom field in the search for a client. Nothing I&#039;ve tried has worked, except for this! Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Awesome! I&#8217;ve been pulling my hair over including a custom field in the search for a client. Nothing I&#8217;ve tried has worked, except for this! Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lizz</title>
		<link>http://www.braindonor.net/coding-blog/wordpress-custom-field-search-plugin/102/comment-page-1/#comment-905</link>
		<dc:creator>Lizz</dc:creator>
		<pubDate>Tue, 09 Aug 2011 14:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.braindonor.net/?p=102#comment-905</guid>
		<description>This is just great! I tweaked some of your codes and tada! :) Thank you so mcuh, it totally helped me in my project (that is still underconstuction). :)</description>
		<content:encoded><![CDATA[<p>This is just great! I tweaked some of your codes and tada! <img src='http://www.braindonor.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thank you so mcuh, it totally helped me in my project (that is still underconstuction). <img src='http://www.braindonor.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rotten Elf</title>
		<link>http://www.braindonor.net/coding-blog/wordpress-custom-field-search-plugin/102/comment-page-1/#comment-660</link>
		<dc:creator>Rotten Elf</dc:creator>
		<pubDate>Sun, 06 Mar 2011 07:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.braindonor.net/?p=102#comment-660</guid>
		<description>I was under the impression that using the custom google search option wouldn&#039;t work because &quot;custom fields&quot; don&#039;t appear within google search?  However, I also always couldn&#039;t understand how a custom field would be discriminated against by google.  Can you confirm that Google Search would still read the custom fields within a wordpress site?</description>
		<content:encoded><![CDATA[<p>I was under the impression that using the custom google search option wouldn&#8217;t work because &#8220;custom fields&#8221; don&#8217;t appear within google search?  However, I also always couldn&#8217;t understand how a custom field would be discriminated against by google.  Can you confirm that Google Search would still read the custom fields within a wordpress site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rotten Elf</title>
		<link>http://www.braindonor.net/coding-blog/wordpress-custom-field-search-plugin/102/comment-page-1/#comment-606</link>
		<dc:creator>Rotten Elf</dc:creator>
		<pubDate>Mon, 24 Jan 2011 17:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.braindonor.net/?p=102#comment-606</guid>
		<description>Thanks.  I&#039;ve been scouring the internet for about 4 hours trying to find a workable solution for a custom field search code to input into one of my projects.  I too have a site where custom fields are the only true functional option, and they are just as important as the normal post content.  Hopefully your code works for me, and if it doesn&#039;t, I think it won&#039;t be too far off from the end solution.  I appreciate your codework and I give major props to you for putting in the effort to find a solution for this, as well as publishing it!!!!!

- Rotten Elf</description>
		<content:encoded><![CDATA[<p>Thanks.  I&#8217;ve been scouring the internet for about 4 hours trying to find a workable solution for a custom field search code to input into one of my projects.  I too have a site where custom fields are the only true functional option, and they are just as important as the normal post content.  Hopefully your code works for me, and if it doesn&#8217;t, I think it won&#8217;t be too far off from the end solution.  I appreciate your codework and I give major props to you for putting in the effort to find a solution for this, as well as publishing it!!!!!</p>
<p>- Rotten Elf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Hoff</title>
		<link>http://www.braindonor.net/coding-blog/wordpress-custom-field-search-plugin/102/comment-page-1/#comment-418</link>
		<dc:creator>John Hoff</dc:creator>
		<pubDate>Wed, 25 Aug 2010 04:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.braindonor.net/?p=102#comment-418</guid>
		<description>James,

You are correct that my code is only accepting a single search input and searching over multiple fields.  Logically the search is selecting the posts that have match all of the keywords in the post title and content.  I extended this to include custom fields.

It is possible to have multiple inputs and search fields.  So long as you are still using the &#039;s&#039; variable in your request, Wordpress will call the search routines.  You could use the join and group by filters above with a custom where filter to pull it off.  It would still be a pretty nasty section of coding--but that&#039;s what you get when you&#039;re building SQL statements on the fly.

I am currently not available for consulting.  With a new baby and new job there just isn&#039;t enough time.

Best of luck.</description>
		<content:encoded><![CDATA[<p>James,</p>
<p>You are correct that my code is only accepting a single search input and searching over multiple fields.  Logically the search is selecting the posts that have match all of the keywords in the post title and content.  I extended this to include custom fields.</p>
<p>It is possible to have multiple inputs and search fields.  So long as you are still using the &#8216;s&#8217; variable in your request, WordPress will call the search routines.  You could use the join and group by filters above with a custom where filter to pull it off.  It would still be a pretty nasty section of coding&#8211;but that&#8217;s what you get when you&#8217;re building SQL statements on the fly.</p>
<p>I am currently not available for consulting.  With a new baby and new job there just isn&#8217;t enough time.</p>
<p>Best of luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Maabadi</title>
		<link>http://www.braindonor.net/coding-blog/wordpress-custom-field-search-plugin/102/comment-page-1/#comment-417</link>
		<dc:creator>James Maabadi</dc:creator>
		<pubDate>Wed, 25 Aug 2010 04:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.braindonor.net/?p=102#comment-417</guid>
		<description>Hi John, first of all, Thank you for this code! I love seeing examples on making WP a more powerful CMS.

I was hoping to get some clarification, this is meant to take a single search input and search over multiple fields from what I can see.

Is it possible to have multiple inputs and search specific fields. In my case, I have people listed as posts (their name as the title), each as a state custom field and an occupation custom field.

On my search form I&#039;d really like to have a text input for the name, drop down for state, and a drop down for the occupation, each to search the corresponding fields of the post.

Even further, are you available for some consulting to help me add a few more features to my WP.  Please contact me if so.</description>
		<content:encoded><![CDATA[<p>Hi John, first of all, Thank you for this code! I love seeing examples on making WP a more powerful CMS.</p>
<p>I was hoping to get some clarification, this is meant to take a single search input and search over multiple fields from what I can see.</p>
<p>Is it possible to have multiple inputs and search specific fields. In my case, I have people listed as posts (their name as the title), each as a state custom field and an occupation custom field.</p>
<p>On my search form I&#8217;d really like to have a text input for the name, drop down for state, and a drop down for the occupation, each to search the corresponding fields of the post.</p>
<p>Even further, are you available for some consulting to help me add a few more features to my WP.  Please contact me if so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Lany</title>
		<link>http://www.braindonor.net/coding-blog/wordpress-custom-field-search-plugin/102/comment-page-1/#comment-328</link>
		<dc:creator>Tom Lany</dc:creator>
		<pubDate>Fri, 28 May 2010 06:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.braindonor.net/?p=102#comment-328</guid>
		<description>Thanks for sharing this!  I have been needing some way to search through authors (that I store in custom fields) for along time, and this works wonderfully!

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this!  I have been needing some way to search through authors (that I store in custom fields) for along time, and this works wonderfully!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Add multiple searchable content areas in WordPress with custom fields (video tutorial) &#124; Web Design, Internet Marketing and Business Advice » Octane</title>
		<link>http://www.braindonor.net/coding-blog/wordpress-custom-field-search-plugin/102/comment-page-1/#comment-230</link>
		<dc:creator>Add multiple searchable content areas in WordPress with custom fields (video tutorial) &#124; Web Design, Internet Marketing and Business Advice » Octane</dc:creator>
		<pubDate>Tue, 02 Mar 2010 10:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.braindonor.net/?p=102#comment-230</guid>
		<description>[...] there&#8217;s a fix for this, all thanks to John Hoff, who&#8217;s written a script that extends the scope of the WordPress search engine to gra..., [...]</description>
		<content:encoded><![CDATA[<p>[...] there&#8217;s a fix for this, all thanks to John Hoff, who&#8217;s written a script that extends the scope of the WordPress search engine to gra&#8230;, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne Smallman</title>
		<link>http://www.braindonor.net/coding-blog/wordpress-custom-field-search-plugin/102/comment-page-1/#comment-220</link>
		<dc:creator>Wayne Smallman</dc:creator>
		<pubDate>Thu, 18 Feb 2010 15:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.braindonor.net/?p=102#comment-220</guid>
		<description>John, thanks for the code, man. This has been a huge help.</description>
		<content:encoded><![CDATA[<p>John, thanks for the code, man. This has been a huge help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

