- πΊπΈUnited States irinaz
This is duplicate, please review fix in of https://www.drupal.org/project/views_filters_summary/issues/3380695 π The module doesn't work well with the grouped filters. Needs review and confirm that it works for you.
When trying to use this module with grouped exposed filters (say the values of a text field) the module prints out the first letter.
Also, if said exposed filter allows multiple selections, the module only prints out the last one.
Install a plain Drupal site
Install the module
Create a content type, add a multivalued field.
Create sample content entering test content for the multivalued field.
Create a view that lists your content type.
Expose the field as a multi valued grouped filter using the test content entered for the multivalued field.
Add the exposed filters summary to the view.
Since this module works fine for other exposed filter types, we would only need to add extra code to track all the grouped option labels, then traverse the query string for selected filters, to build the list of items building the urls for each.
Investigate
Propose a solution
Test the solution
Merge the solution
Do the happy dance.
None
Change the way we build the summary links for exposed grouped filters.
None
Closed: duplicate
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This is duplicate, please review fix in of https://www.drupal.org/project/views_filters_summary/issues/3380695 π The module doesn't work well with the grouped filters. Needs review and confirm that it works for you.