This module creates dynamic, dependent exposed filters for Drupal Views. It allows a filter's options to be dynamically updated in real-time to only show values that exist within the current view results, based on previously selected filters.
Features and Setup
This module allows an exposed filter to only show options that belong to the result set.
The options are calculated in real time using the current View configuration, including filters selected by the user. This provides dynamic dependent filters: when one filter value changes, the options in selective filters are updated to match the reduced result set.
See the README.txt for setup instructions.
Alternative modules
- Selective Better Exposed Filters: provides selective exposed filter options through Better Exposed Filters.