I use AjaxSearch 1.9.0 on Evo 1.0.4.
If I call Ajax Search on any uncached page with
[!AjaxSearch? &ajaxSearch=`0`!]
everything is fine, I get the search-results and if I klick on "page 2" I am redirected to "page 2" with the next search results.
When I call AS with
[!AjaxSearch? &ajaxSearch=`0` &asId=`as1`!]
to have the possibility to use a second searchbox on the page (but not yet using it or – it is the same using a second searchbox – with asId=as2) I get the results on resultpage1 but if I click on "page2" which is linked with:
http://www.my-domain.de/?asId=as1&search=my-searchphrase&advsearch=oneword&aso=0,6 I get no further searchresults. In firebug I then can see an empty div with the class=AS_ajax_resultsIntroFailure.
Is this a problem of my configuration (I use the default.config and default templates) or a problem of AS? And more important: Is there any solution for my problem?