Closed thim81 closed 4 months ago
I would have to run some tests, but in theory, they would both get processed and overwrite the query params. The order how they are configured in the portman config, would define what the final result would be.
Confirmed, if there are multiple overwrites, the last matching item will define the result. Extended the test, to cover the behaviour
Linked to #612
Added the option to use wildcard for query params to match any sequence of characters. For example, `filter[]
matches
filter[0],
filter[1]`, etc.