I need to pass multiple search queries in a search page.
For example, currently my search page has a search field and submit button. When a user types a keyword and hit submit button, it will display a list of matched results. What I need to do is add more filters to refine the results when user in the search results page,
I created another form inside search results page for refine filters, but when user click apply the existing results will disappear and appear new results. Can I pass multiple search queries in the URL like below by keeping the existing results?
?queries_content_query=Test&search_page_xxxxxx_submit_button=Submit&queries_filter_query=Filter1