Exposed filters urlencodes arrays

Created on 26 April 2014, about 11 years ago
Updated 24 January 2024, over 1 year 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 about 3 hours 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.

  • πŸ‡ΊπŸ‡ΈUnited States smustgrave

    10 years without movement wonder if this is still a valid task?

  • Status changed to Closed: outdated about 2 months ago
  • πŸ‡³πŸ‡ΏNew Zealand quietone

    Thanks for the work on this issue. There has been no work on this task for 11 years, except to ask if this issue is still relevant. It is likely that it is no longer needed or has been implemented. Therefor, closing.

Production build 0.71.5 2024