Skip to content
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
@IgorMinar

Description

@IgorMinar

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)

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions