When I use the advanced_form search tag, the result_age attribute seems to be ignored.
I got it to work once, but on subsequent page reloads, the action of the form always points to the front page..
{exp:search:advanced_form channel="news" result_page="news/search-results"}
{/exp:search:advanced_form }Is transformed into this html:
<form id="searchform" method="post" action="http://domain.com/" >...</form>
What is wrong?