toedter / spring-hateoas-jsonapi

A JSON:API media type implementation for Spring HATEOAS
Apache License 2.0
106 stars 15 forks source link

Preserve filtering when creating pagination links #48

Closed toedter closed 2 years ago

toedter commented 2 years ago

When using pagination with automatic link generation, the filter elements like fields[director] are not preserved in the pagination links. It would be great if this could also be automated.

toedter commented 2 years ago

can be done easily using existing APIs, see the example project.