<?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: Building a Website with MODx for Newbies- Part 10: Adding Search Functionality Using ajaxSearch</title>
	<atom:link href="http://codingpad.maryspad.com/2009/06/05/building-a-website-with-modx-for-newbies-part-10-adding-search-functionality-using-ajaxsearch/feed/" rel="self" type="application/rss+xml" />
	<link>http://codingpad.maryspad.com/2009/06/05/building-a-website-with-modx-for-newbies-part-10-adding-search-functionality-using-ajaxsearch/</link>
	<description>Programming blog - Discussions, Tutorials, Resources</description>
	<lastBuildDate>Tue, 09 Mar 2010 18:53:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tom</title>
		<link>http://codingpad.maryspad.com/2009/06/05/building-a-website-with-modx-for-newbies-part-10-adding-search-functionality-using-ajaxsearch/comment-page-1/#comment-9066</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 15 Feb 2010 14:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=920#comment-9066</guid>
		<description>There&#039;s very little information anywhere about debugging modx.
I had AS_showResults=`0` in my left column form call, search results still kept showing two sets of results.
It was not until I chunked the search results snippet call that the double results disappeared. This is why I suggested emphasizing the two ways of including search results -- for reasons unbeknownst to us different people will have different experiences.
Thank you, Tom</description>
		<content:encoded><![CDATA[<p>There&#8217;s very little information anywhere about debugging modx.<br />
I had AS_showResults=`0` in my left column form call, search results still kept showing two sets of results.<br />
It was not until I chunked the search results snippet call that the double results disappeared. This is why I suggested emphasizing the two ways of including search results &#8212; for reasons unbeknownst to us different people will have different experiences.<br />
Thank you, Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2009/06/05/building-a-website-with-modx-for-newbies-part-10-adding-search-functionality-using-ajaxsearch/comment-page-1/#comment-9064</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Sun, 14 Feb 2010 22:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=920#comment-9064</guid>
		<description>Tom
Glad you figured it out. I don&#039;t know why that was the key in your case, but in mine and in others who&#039;ve used the same steps I did it didn&#039;t seem to be an issue.  I don&#039;t use a chunk on my results page, I simply call the snippet, and as you can see from my site it works just fine.  Make sure of course that in your sidebar snippet call you have AS_showResults=`0` 

Even the very best tutorials/books can only go so far and include so much. In my opinion, the best learning comes from trying, failing, debugging, asking questions, experimenting debugging some more, and sharing what you&#039;re learning.  I don&#039;t omit anything intentionally, if I know it I include it, and the comments section is great because others come along and fill in the gaps and share what they know and are learning :)

mary</description>
		<content:encoded><![CDATA[<p>Tom<br />
Glad you figured it out. I don&#8217;t know why that was the key in your case, but in mine and in others who&#8217;ve used the same steps I did it didn&#8217;t seem to be an issue.  I don&#8217;t use a chunk on my results page, I simply call the snippet, and as you can see from my site it works just fine.  Make sure of course that in your sidebar snippet call you have AS_showResults=`0` </p>
<p>Even the very best tutorials/books can only go so far and include so much. In my opinion, the best learning comes from trying, failing, debugging, asking questions, experimenting debugging some more, and sharing what you&#8217;re learning.  I don&#8217;t omit anything intentionally, if I know it I include it, and the comments section is great because others come along and fill in the gaps and share what they know and are learning <img src='http://codingpad.maryspad.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>mary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://codingpad.maryspad.com/2009/06/05/building-a-website-with-modx-for-newbies-part-10-adding-search-functionality-using-ajaxsearch/comment-page-1/#comment-9063</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 14 Feb 2010 22:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=920#comment-9063</guid>
		<description>Never mind, I got it...
The trick is to always use a chunk for the search results code in the search results landing page per se.
You could emphasize this more strongly in your writeup and that will save people some time.
Thank you, Tom</description>
		<content:encoded><![CDATA[<p>Never mind, I got it&#8230;<br />
The trick is to always use a chunk for the search results code in the search results landing page per se.<br />
You could emphasize this more strongly in your writeup and that will save people some time.<br />
Thank you, Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://codingpad.maryspad.com/2009/06/05/building-a-website-with-modx-for-newbies-part-10-adding-search-functionality-using-ajaxsearch/comment-page-1/#comment-9062</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 14 Feb 2010 22:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=920#comment-9062</guid>
		<description>Followed your instructions wherein you claim that the non-ajax form can appear in a sidebar only, and the results page should only show the results, but not the results twice...and they don&#039;t work!!

I still get the form results showing up in two places on the landing page.

I have the form snippet call in a template rather than a chunk...I *really* need to know how not to have the form results display twice on the search results page.

I can send template code...

Thank you, Tom</description>
		<content:encoded><![CDATA[<p>Followed your instructions wherein you claim that the non-ajax form can appear in a sidebar only, and the results page should only show the results, but not the results twice&#8230;and they don&#8217;t work!!</p>
<p>I still get the form results showing up in two places on the landing page.</p>
<p>I have the form snippet call in a template rather than a chunk&#8230;I *really* need to know how not to have the form results display twice on the search results page.</p>
<p>I can send template code&#8230;</p>
<p>Thank you, Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2009/06/05/building-a-website-with-modx-for-newbies-part-10-adding-search-functionality-using-ajaxsearch/comment-page-1/#comment-8964</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Wed, 27 Jan 2010 15:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=920#comment-8964</guid>
		<description>rinky
Not that i know of.  You may want to read this thread though, might give you some ideas on how to proceed by using tvExplorer:

http://modxcms.com/forums/index.php/topic,36894.0.html</description>
		<content:encoded><![CDATA[<p>rinky<br />
Not that i know of.  You may want to read this thread though, might give you some ideas on how to proceed by using tvExplorer:</p>
<p><a href="http://modxcms.com/forums/index.php/topic,36894.0.html" >http://modxcms.com/forums/index.php/topic,36894.0.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rinky</title>
		<link>http://codingpad.maryspad.com/2009/06/05/building-a-website-with-modx-for-newbies-part-10-adding-search-functionality-using-ajaxsearch/comment-page-1/#comment-8957</link>
		<dc:creator>rinky</dc:creator>
		<pubDate>Wed, 27 Jan 2010 04:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=920#comment-8957</guid>
		<description>hi,

May i know if there are ways to have an advanced search using ajax like price range or country etc like an advanced search feature?

Also, I wonder what parameter i should add for the comments to have character limitations and to validate to avoid html codes in comments.

I am a newbie. sorry if these  are kindergarten questions.

Rinky</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>May i know if there are ways to have an advanced search using ajax like price range or country etc like an advanced search feature?</p>
<p>Also, I wonder what parameter i should add for the comments to have character limitations and to validate to avoid html codes in comments.</p>
<p>I am a newbie. sorry if these  are kindergarten questions.</p>
<p>Rinky</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Watney</title>
		<link>http://codingpad.maryspad.com/2009/06/05/building-a-website-with-modx-for-newbies-part-10-adding-search-functionality-using-ajaxsearch/comment-page-1/#comment-8484</link>
		<dc:creator>Tom Watney</dc:creator>
		<pubDate>Sun, 11 Oct 2009 16:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=920#comment-8484</guid>
		<description>Loving your tutorials , such as massive help.

Thank you, thank you.</description>
		<content:encoded><![CDATA[<p>Loving your tutorials , such as massive help.</p>
<p>Thank you, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2009/06/05/building-a-website-with-modx-for-newbies-part-10-adding-search-functionality-using-ajaxsearch/comment-page-1/#comment-8360</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Sat, 12 Sep 2009 13:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=920#comment-8360</guid>
		<description>Nelu

I will make one soon.  Make sure you subscribe to my rss feed (or follow me on twitter) so you can find out as soon as I publish it.

mary</description>
		<content:encoded><![CDATA[<p>Nelu</p>
<p>I will make one soon.  Make sure you subscribe to my rss feed (or follow me on twitter) so you can find out as soon as I publish it.</p>
<p>mary</p>
]]></content:encoded>
	</item>
</channel>
</rss>
