Hi, I have custom-post type = Listing. And I have 3 taxonomies = City, Rating, Class
I have front-end filter set up in view and put it into sidebar using the View widget with parametric search filter set up as below
1) taxonomy city = using value from current page
2) taxonomy rating AND class = use url parameter
What happen is I have many different pages (for each city) displaying all custom-post type (Listing). When I have the front-end filter as widget on the page in the sidebar section and when I do the filtering (directing back to the same page instead of a search page ## because I have set taxonomy city = value from current page ### this is to enable user to continue filtering if required without the need to select city), the filter doesn't seem to work and kept displaying all custom post type (Listing).