Exposed filters urlencodes arrays

Created on 26 April 2014, over 10 years ago
Updated 24 January 2024, 11 months ago

When Views exposed filter has multiple values, like range, and is therefore an array the brackets get urlencoded like this:
/mypage?id%5Bmin%5D=&id%5Bmax%5D=&categories=&label=test
instead it should look like this:
/mypage?id[min]=&id[max]=&categories=&label=test
(don't mind the categories and label, that's not relevant, just an example)

I think this is because the query is attached to the URI like a string and not like a proper array.

πŸ“Œ Task
Status

Postponed: needs info

Version

11.0 πŸ”₯

Component
Views UIΒ  β†’

Last updated 21 days ago

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024