I’m trying to get ajaxsearch to only search content see call below, I have meta tags as tv’s and its searching those, are they classed as content? How do I stop it searching them?
[[AjaxSearch? &whereSearch=`content` &ajaxSearch=`0` &AS_landing=`28` &AS_showResults=`0` &advSearch=`exactphrase` &documents=`24,22,20,16,14,11,12,26,30,31,32,33,34,35,3` ]]
I think it helps to have it on the search landing page rather than the search call!
Yes. With &ajaxSearch=`0` (non-ajax mode), the filtering (&parents, &documents, &filter) and the search (&whereSearch, &extract) occurs on the landing page not on the page with the search input form.