Hi, I’d like to redirect the user as soon he click on the search button, in other word, not doing an instant search but having a search form on a page and the result on another page. I’ve been checking the doc, here :
and there :
Is there somewhere a complete example of 2 pages (one with the form and another with the result), because none of the code sandbox is showing an example with 2 pages.
I understood the routing stuff but how to say or write : “send me to another page with the result of the query”?
Thank you