Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Unable to use a dot in parameter names #64

@pmzandbergen

Description

@pmzandbergen

I would like to use a dot in a parameter.

This is working:

@apiParam (Query) {String} [filter] Filter on all fields

Array notation is also working:

@apiParam (Query) {String} [filter[username]] Filter username

Using a dot is not working:

@apiParam (Query) {String} [filter[profile.name]] Filter surname on profile

I know the dot is reserved for grouping field names, however this should not be necessary at the array notation like in this example. It would be helpful to have an escape character (backslash) like:

@apiParam (Query) {String} [filter[profile\.name]] Filter surname on profile

Is this possible? Example URL for this use-case:

.../user?filter[profile.name]=John

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