I have a few taxonomies, some dropdown some checkboxes. One of the taxonomy is Cities. So when I select one of the cities in the dropdown list, it brings to my search results page
http://mysite.com/search-results/?city=vienna&wpv_filter_submit=Search
However, at this page, I see all the custom post types with city other than vienna. Basically all custom post types will all other taxonomies are displayed.
I tested for other checkboxes taxonomies I used in the front end filter and it is still not working. Please advise.
On the search result page, I have nothing except [wpv-view name="Body"]
And I am using the WP View widget link to search results page.