Filter with value having dash '-' is not properly working
I have a SelectFilter that uses a range format, e.g. Academic Year: 2025 - 2026, 2026 - 2027. When selecting a filter, the url parameter is like this
?tableFilters[academic_year_applying_for][value]=2025+–+2026
. So, it can't fetch query because of that +-+
2 Replies