- Issue created by @monaw
- πΊπΈUnited States superfluousapostrophe
Agreed - there is no documentation on how to actually use this module. I REALLY want to use this module! I'm trying to use it on D10.3.2 and while I think I have it mostly figured out, it's broken because of the error mentioned in https://www.drupal.org/project/views_dependent_filters/issues/3007953 β . I don't know how the maintainers can consider this module feature complete when it's clearly not working and not properly documented.
For what it's worth, here are the steps I have taken so far to get a dependent filter configured:
- Add your standard filters
- Add a dependent filter by adding a filter and searching for "Dependent Filter"
- Select your controlling filter (by the filter ID)
- Select the controller value (i.e. the option that will trigger the dependent filter)
- Rearrange the filters so that the dependent filter is ABOVE any filters that will be controlled
- Open the options of the dependent filter and select your filters to be dependent
At this point - the filter *should* be working. But like i mentioned above, there is an error regarding a missing identifier. I am assuming this means that the dependent filter itself is not supplying a filter id as all of my exposed filters have a filter identifier already.