Open deaddred opened 5 years ago
Thanks for reporting, @deaddred ! I guess it's a duplicate of #3165, do you agree?
Seems similar but I had a site in D7 years ago which was listing 100's of maps for Xonotic game and I remember I had several exposed filters and it worked with out Ajax as I needed paging.
On my install with out Ajax the filters are there but all it does is load the home page when you use the filter or hit the reset button.
I had a site in D7 years ago which was listing 100's of maps for Xonotic game and I remember I had several exposed filters and it worked with out Ajax
Does the D7 site still exist somewhere so that you can check its configuration?
Backdrop CMS 1.12.6 PHP Version: 7.2.17 (PHP information) Web server Apache
When inserting a View Block with exposed filters into a region the exposed filters will load the home pages instead of filtering the view data. Does not seem to happen when the view is a page. If Use Ajax is selected the Exposed Filter works BUT the reset button does not work and just loads the home page.
I have several terms and a custom content type nodes that are tagged with an appropriate term. Each term has its own path say domain.com/term_name
Create a Content view and choose block. Select preferred format Add in Fields Add in Filter Criteria and exposed the fields you want to sort by. Contextual filters > Configure contextual filter: Content: Has taxonomy term ID > Provide default value > Taxonomy term ID from URL Exposed form Style: Basic Exposed form Style: Basic > Settings > Reset Button > Auto Submit Ajax "No" Save view.
Insert the view into the content region of the default/selected display type. Visit the url for the a term that has nodes. This should load the view listing the nodes in the selected format and show the exposed filters. When selecting the filters the page will reload and load the home page.