Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Anyway to allow multiple query parameters with same key ?  #79

@RoXuS

Description

@RoXuS

Description

Many backend frameworks allow multiple query parameters with the same key. For example ?sort=a,desc&sort=b,desc

Expected outcome

queryObject shoud be like this : { sort: ['a,desc', 'b,desc'] }

Actual outcome

Only one key is handled : { sort: 'a,desc' }

Proposition

I propose the following PR : #80.
Is that acceptable?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions