<?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>Sun, 05 Feb 2012 16:49:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Tyler Page</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-11765</link>
		<dc:creator>Tyler Page</dc:creator>
		<pubDate>Tue, 01 Nov 2011 20:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=920#comment-11765</guid>
		<description>Hey Mary,

What do you think the best way to create a dynamic search is? Like if you were to click different radio buttons on a search tpl, the results appear underneath.

Thanks!
Tyler Page</description>
		<content:encoded><![CDATA[<p>Hey Mary,</p>
<p>What do you think the best way to create a dynamic search is? Like if you were to click different radio buttons on a search tpl, the results appear underneath.</p>
<p>Thanks!<br />
Tyler Page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</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-10422</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Mon, 03 Jan 2011 17:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=920#comment-10422</guid>
		<description>Thanks for that little fix, Danielle. It worked for me too. :)</description>
		<content:encoded><![CDATA[<p>Thanks for that little fix, Danielle. It worked for me too. <img src='http://codingpad.maryspad.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </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-10261</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Sun, 05 Dec 2010 04:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=920#comment-10261</guid>
		<description>Danielle
Sorry for the late reply. This is something I&#039;ve been meaning to fix on the tut for a while but just haven&#039;t had time.. sorry about that and thanks for reporting back

cheers
mary</description>
		<content:encoded><![CDATA[<p>Danielle<br />
Sorry for the late reply. This is something I&#8217;ve been meaning to fix on the tut for a while but just haven&#8217;t had time.. sorry about that and thanks for reporting back</p>
<p>cheers<br />
mary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danielle</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-10183</link>
		<dc:creator>Danielle</dc:creator>
		<pubDate>Wed, 17 Nov 2010 21:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=920#comment-10183</guid>
		<description>Nevermind, after scouring Google for a few hours I seem to have solved my own problem. 

I think because the version of Ajax I&#039;m using is a newer version, the syntax had changed enough to make the tutorial code not work on my end. They&#039;re practically the same thing though, go figure. 

Here&#039;s my code in the right sidebar chunk now:

[!AjaxSearch? &amp;ajaxSearch=`0` &amp;showResults=`0` &amp;landingPage=`14`!]

And here&#039;s the code from my Search Result page now:

[!AjaxSearch? &amp;ajaxSearch=`0` &amp;showInputForm=`0`!]

And again the Ajax search I have currently installed in my Modx is version 1.9.0</description>
		<content:encoded><![CDATA[<p>Nevermind, after scouring Google for a few hours I seem to have solved my own problem. </p>
<p>I think because the version of Ajax I&#8217;m using is a newer version, the syntax had changed enough to make the tutorial code not work on my end. They&#8217;re practically the same thing though, go figure. </p>
<p>Here&#8217;s my code in the right sidebar chunk now:</p>
<p>[!AjaxSearch? &amp;ajaxSearch=`0` &amp;showResults=`0` &amp;landingPage=`14`!]</p>
<p>And here&#8217;s the code from my Search Result page now:</p>
<p>[!AjaxSearch? &amp;ajaxSearch=`0` &amp;showInputForm=`0`!]</p>
<p>And again the Ajax search I have currently installed in my Modx is version 1.9.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danielle</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-10157</link>
		<dc:creator>Danielle</dc:creator>
		<pubDate>Tue, 16 Nov 2010 18:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=920#comment-10157</guid>
		<description>Hi Mary!

First I&#039;d like to say thank you so much for these tutorials, I&#039;ve learned so much about Modx in such a short period of time, it&#039;s awesome. 

I seem to be running into some problems though with this search tutorial. 
Just to let you know I&#039;m running a server on my own computer using WAMP. 
And my ajax search version is 1.9.0 

My problems start just after we&#039;ve added the snippet code to the Search Results page. When I go back to the home page and run a search, the results are still showing up in the right side bar under the search field. 

My right sidebar chunk code that I added looks like this:

[!AjaxSearch? &amp;ajaxSearch=`0` &amp;AS_showResults=`0` AS_landing=`14`!]  

(14 is the ID of my Search Result page)

and the snippet coding on my Search Result page looks like this:

[!AjaxSearch? ajaxSearch=`0` &amp;AS_showResults=`1` &amp;AS_showForm=`0`!]

Any advice?</description>
		<content:encoded><![CDATA[<p>Hi Mary!</p>
<p>First I&#8217;d like to say thank you so much for these tutorials, I&#8217;ve learned so much about Modx in such a short period of time, it&#8217;s awesome. </p>
<p>I seem to be running into some problems though with this search tutorial.<br />
Just to let you know I&#8217;m running a server on my own computer using WAMP.<br />
And my ajax search version is 1.9.0 </p>
<p>My problems start just after we&#8217;ve added the snippet code to the Search Results page. When I go back to the home page and run a search, the results are still showing up in the right side bar under the search field. </p>
<p>My right sidebar chunk code that I added looks like this:</p>
<p>[!AjaxSearch? &amp;ajaxSearch=`0` &amp;AS_showResults=`0` AS_landing=`14`!]  </p>
<p>(14 is the ID of my Search Result page)</p>
<p>and the snippet coding on my Search Result page looks like this:</p>
<p>[!AjaxSearch? ajaxSearch=`0` &amp;AS_showResults=`1` &amp;AS_showForm=`0`!]</p>
<p>Any advice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blake</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-10012</link>
		<dc:creator>Blake</dc:creator>
		<pubDate>Sun, 24 Oct 2010 16:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=920#comment-10012</guid>
		<description>anyone whos interested, the syntax is now different - you no longer have to prefix the calls with AS_ for example my call now would be 

[!AjaxSearch? &amp;ajaxSearch=`0` &amp;landingPage=`54`!]</description>
		<content:encoded><![CDATA[<p>anyone whos interested, the syntax is now different &#8211; you no longer have to prefix the calls with AS_ for example my call now would be </p>
<p>[!AjaxSearch? &amp;ajaxSearch=`0` &amp;landingPage=`54`!]</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-9329</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Wed, 05 May 2010 18:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=920#comment-9329</guid>
		<description>Thank you for the feedback John, I&#039;m glad the tutorials have been useful for you.

mary</description>
		<content:encoded><![CDATA[<p>Thank you for the feedback John, I&#8217;m glad the tutorials have been useful for you.</p>
<p>mary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Corson</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-9327</link>
		<dc:creator>John Corson</dc:creator>
		<pubDate>Wed, 05 May 2010 18:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=920#comment-9327</guid>
		<description>Thanks for your tutorials Mary! They have been very useful in my creation of our companies intranet on MODx. Keep up the good work!!</description>
		<content:encoded><![CDATA[<p>Thanks for your tutorials Mary! They have been very useful in my creation of our companies intranet on MODx. Keep up the good work!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

