- Issue created by @wfairhead
- 🇺🇸United States j. ayen green
What seems to be happening is that when the select options are passed back to views via addfilter however many options were selected then all have the value of the final selection.
When creating an exposed grouped filter that allows for multiple selections is only querying the last item selected.
• Expose this filter to visitors, to allow them to change it
• Grouped Filters
• Widget type = Radio
• Optional = TRUE
• Allow multiple selections = TRUE
• Add Label and Values
• Apply (this display)
• Filter Criteria operator still displays as "="
• Search results return last item select instead of all items
Active
2.0
Code
What seems to be happening is that when the select options are passed back to views via addfilter however many options were selected then all have the value of the final selection.