I've been trying for ages to fix a problem I'm having with AjaxSearch 1.6 (the version shipped with 0.9.6-RC3).
The problem is similar to some on this thread, in that I have one call to AjaxSearch in my template, like this:
[!AjaxSearch? &AS_landing=`8` &ajaxSearch=`0` &AS_showResults=`0`!]
and my (uncached) landing page has a single call:
[!AjaxSearch? &AS_showForm=`0` &AS_showResults=`1` &extract=`1`!]
However, no search results are ever displayed.
If I turn on &ajaxSearch=`1` then results are displayed as a live popup, but this breaks the template and also is not suitable for what is supposed to be a very simple site.
You can try my live site here:
http://www.maxwellmcknight.org.ukI've checked the snippet code, and it is definitely the updated version with only one "include_once" call.
Any ideas greatly appreciated,
/\dam