I have a blog view that contains some exposed filters. Using the Views exposed filter blocks i added the filters into the articles that are listed in the blog. The problem is that when i use the filter inside the articles it doesn’t redirect to the blog view, and adds the query parameters in the articles itself.
/blog?author_id=5 /article/lorem-ipsum?author_id=5 Makes the query inside the article, and doesn't redirect to the blog view
Is there any way to change the exposed filter destination url so that it redirects to the blog page with the query parameters?.