Hi;
if i use "Content Negotiation Selector": Json; the paginator is not working correctly and
i always get 10 rows in collection, if i change it to HalJson it works as expecting
example:
'zf-rest' => [
'service\\name\\...' => [
'page_size' => 25, // with JSON it is always 10, no matter if i set it to -1 or 1000
// ...
]
Originally posted by @kukoman at zfcampus/zf-content-negotiation#24
Hi;
if i use "Content Negotiation Selector": Json; the paginator is not working correctly and
i always get 10 rows in collection, if i change it to HalJson it works as expecting
example:
Originally posted by @kukoman at zfcampus/zf-content-negotiation#24