Howdy,
Ajaxsearch is awesome. I am just setting up my first usage of ajaxsearch and I am really impressed - it is great - and I am sure a snap to customise the second time round.
I am using evo (rev 6066) with ajaxsearch 1.8.4
I have one peculiar issue happening with my ajaxsearch and I am not sure what is causing the problem: sometimes when performing a simple search, no documents are returned and the standard (pre search) ’as_introMessage’ message appears - even though I know there a document exists with reference to that search term.
Ajaxsearch call for the search form in the header:
[!AjaxSearch? &ajaxSearch=`0` &AS_landing=`71` &AS_showResults=`0` &highlightResult=`0` &tplLayout=`search-form-hdr`!]
Ajaxsearch call for the results page:
[!AjaxSearch? &ajaxSearch=`0` &AS_showForm=`1` &highlightResult=`0` &tplLayout=`search-form-pg` &tplResult=`search-result` &tplResults=`search-results` &tplPaging=`search-paging` &rank=`pagetitle:50,alias:10,extract` &order=`pagetitle DESC` &grabMax=`15` &minChars=`2`!]
Examples:
+ Searching "About" works - searching "About us" does not - it returns the ’as_introMessage’
These quirks are happening even though:
+ Doc 17 is called About Us
Anybody know what’s going on? This seems really weird.
Thanks in advance.