Yeah, I found that already. I guess my real question is, if I create a page containing an AjaxSearch ’noninteractive’ call, then how do pass the parameter from one page (input field) to the other (AjaxSearch)?
I want the search box on all pages, but the results to show in a new page.
Edit: Woops! I found out how to do it... in the example code, I gave in an existing page id for the example, so it looked like no new page was being opened... x)
It works now, but I get the search result 2 times if I do it like in the documentation? But it does work as expected when I just use an ’empty’ page as a landingpage. Does need a new template though