This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
feat: $location.seach() should support semicolon (;
) as an alternative delimiter to (ampersand) &
#6140
Open
Description
per RFC $location should parse both of these as equivalent
https://myapp/some/path/?show=all&ascending=true&sortField=id
https://myapp/some/path/?show=all;ascending=true;sortField=id
since we also need to be able to serialize the params with some separator, we should make the separator configurable (with &
being the default)