#Filter with value having dash '-' is not properly working
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
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 +-+
what if you encode the dash?