<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Classifieds Starter Kit</title><link>http://forums.asp.net/1021.aspx</link><description>Discussions about and feedback on the Classifieds Starter Kit for ASP.NET 2.0.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Please help with advanced search problem</title><link>http://forums.asp.net/thread/3282447.aspx</link><pubDate>Thu, 09 Jul 2009 01:51:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3282447</guid><dc:creator>redwoodbev</dc:creator><author>redwoodbev</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3282447.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3282447</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi again,&amp;nbsp; I really am not being lazy.&amp;nbsp; I have searched all through the forums and I did find a solution, but it didn&amp;#39;t work in my site.&lt;/p&gt;
&lt;p&gt;Has anyone fixed the advanced search so it searches by category when all of the other search boxes are empty?&amp;nbsp; I would really appreciate any guidance on this one.&amp;nbsp; Thanks.&lt;/p&gt;</description></item><item><title>Re: Advanced Search... Category doesn't work</title><link>http://forums.asp.net/thread/3277293.aspx</link><pubDate>Mon, 06 Jul 2009 17:23:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3277293</guid><dc:creator>redwoodbev</dc:creator><author>redwoodbev</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3277293.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3277293</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi again.&amp;nbsp; I have searched through the forums and found one solution (the one in the message prior to this), but I must be doing something wrong.&amp;nbsp; The fix doesn&amp;#39;t appear to work for me.&lt;/p&gt;
&lt;p&gt;If your advanced search by category is working would someone please give me a hint or a directionn to start troubleshooting?&amp;nbsp; Thanks, Bev&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Advanced Search... Category doesn't work</title><link>http://forums.asp.net/thread/3270407.aspx</link><pubDate>Thu, 02 Jul 2009 05:56:11 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3270407</guid><dc:creator>redwoodbev</dc:creator><author>redwoodbev</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3270407.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1021&amp;PostID=3270407</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi.&amp;nbsp; On the advanced search everything works but the &amp;quot;category&amp;quot; search.&amp;nbsp; If I select any category from the dropdown box I get results on the Search.aspx page with all ads.&amp;nbsp; I found a post that looked like it might fix this...&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;nbsp; 
&lt;p&gt;ElseIf&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;(&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;Not&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; (advParameters &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;Is&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;Nothing&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;) &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;AndAlso&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;Not&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; (advParameters.SearchTerm.Equals(&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;String&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.Empty))) &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;Then&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;font color="#008000" size="2"&gt;&lt;font color="#008000" size="2"&gt;&amp;#39; carry over just search term as regular search in category&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;AdvancedSearch.ImportProperties(advParameters) &lt;/p&gt;&lt;/font&gt;&lt;font color="#008000" size="2"&gt;&lt;font color="#008000" size="2"&gt;&amp;#39; fix category behavior -- THIS IS NEW LINE&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;SearchTermTextBox.Text = advParameters.SearchTerm&lt;/p&gt;
&lt;p&gt;SetCurrentCategory(AdvancedSearch.CategoryId)&amp;nbsp;&amp;nbsp;&amp;nbsp; ....I tried adding the new line, but no change in results.&lt;/p&gt;
&lt;p&gt;Does anyone have an idea where else I might look for the problem, or any advice?&amp;nbsp; Thanks, Bev&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/p&gt;</description></item></channel></rss>