Closed
Description
When paginating a JSON:API URL with a fields
parameter, the pagination links inside next
and prev
are missing the fields
parameter.
I know the JSON:API spec on pagination doesn't have anything to say on the subject of whether or not this is correct, but it sure is an inconvenience! It would be nice if the next
/prev
URLs can be used as-is in a loop, instead of the developer manually having to repeat the fields
parameter.