I have a search form. The parameters are sent to the controller via ajax request. If there is a result for my search, I want to redirect to another page and fill in the given parameters. The first thing that fails, is to redirect to another page. I see in the debugger, that the correct action is called, but as result I can only see the default page.I have a search form. The parameters are sent t