Skip to content

Filtered params in pagination links missing '=' before the operator and ':' after the operator #277

Closed
@effexe

Description

@effexe

Filtered parameters in pagination links are missing the equals sign and the operator.

Example:

"links": {
"last": "http://localhost/endpoint?page[size]=50&page[number]=1&filter[filter1]eqApplied&filter[filter2]eqPROD"
}

should be:

"links": {
"last": "http://localhost/endpoint?page[size]=50&page[number]=1&filter[filter1]=eq:Applied&filter[filter2]=eq:PROD"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions