I've created view using Search API Views with two different displays.
First Page display (by_terms) and with the following options:
Page settings: Path:/taxonomy/term/%
Contextual filters: Category: Term ID (indexed)
Filter criteria: Search: Fulltext search (exposed)
And second Content pane display (panel_pane):
Use Panel path: Yes
Filter criteria: Search: Fulltext search (exposed)
Link display: Custom URL set to
search/results
When I open page with 1st display /category/list/name (which is alias to /taxonomy/term/123) and submit Search input, it goes to /category/list/name?keywords=test.
When I open page with 2nd display (/search/results) and submit Search input, it goes to /taxonomy/term/%2A?keywords=test which is weird.
Ideally I would like the submit to end up in both cases at /search/results?keywords=test.
Is there any way of controlling the submit URL of the landing page for exposed filter? How?