Forum

Thread tagged as: Problem, Error

Perch Headless Paging

Hi,

When using the Headless API, any api call with GET variables in, e.g:

/api/collections/videos?filters=test

The paging next_url adds an &, e.g. /api/collections/videos?filters=test&page=2, which seems to break the paging, it doesn't load the second page, only the first.

Cheers!

Ryan Gittings

Ryan Gittings 1 points

  • 3 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

It shouldn't be HTML encoding the URLs, no. I'll see if I can switch that off.