Hi. On the advanced search everything works but the "category" search. If I select any category from the dropdown box I get results on the Search.aspx page with all ads. I found a post that looked like it might fix this...
ElseIf
(Not (advParameters Is Nothing) AndAlso Not (advParameters.SearchTerm.Equals(String.Empty))) Then
' carry over just search term as regular search in category
AdvancedSearch.ImportProperties(advParameters)
' fix category behavior -- THIS IS NEW LINE
SearchTermTextBox.Text = advParameters.SearchTerm
SetCurrentCategory(AdvancedSearch.CategoryId) ....I tried adding the new line, but no change in results.
Does anyone have an idea where else I might look for the problem, or any advice? Thanks, Bev