I designed my custom search result page via the “archive” method as recommended here:
How can I add a category to the archive?
Reason: I use custom headers which use category for their location. Pages with category A display header A and pages with category B display header B.
Is it possible to have multiple search result pages based on from where the search was initiated?
Example:
Pages for language A have their own custom header including a search button. The results should be displayed on an according language A result page.
And then there are language B pages with language B custom header with another search button.
Both searches call the same result page (archive) for the moment. I have to change that.