I’ve been doing pretty well without requiring support, but Ajaxsearch has stumped me!
I whacked the snippet in my page, and firstly it wasn’t working because it was trying to return to a relative url. i.e. at www.foo.com/bar/index.html I’d do a search and it went to www.foo.com/bar/bar/index.html
Anyway I fixed that thanks to a solution on here, and it returns to the same page now. However, nothing happens. I search, the page reloads - but nothing appears, it’s just the same page.
Am I missing something?
Thanks
Is your call cached?
Try uncaching the whole page or call the snippet uncached
Hi,
I tried uncached snippet, but it still had the same result.
Thanks
Can you post your code in here and give some explanations?