Problem/Motivation

I have a page view that shows products. I applied facets for the product category. I also added sorting as per price and per alphabetical order. When I select a category name in the facet filter. View page displays the result. But when I change the sorting of the products, the facet filters gets reset and view page show all products that are indexed.

I searched for a solution and saw a similar issue, but that is for drupal 7 only.

#1254156: Faceted filters are reset when using "items per page" exposed filter

Comments

sorabh.v6 created an issue. See original summary.

drunken monkey’s picture

Status: Active » Closed (duplicate)

That's a general problem in Views, and there are numerous existing issues for that. The basic problem is that Views will discard all GET parameters when submitting an exposed form.
See, e.g., #2823541: Table clicksort is lost when using views exposed filter & Pager exposed '#items'.