Forum
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!
It shouldn't be HTML encoding the URLs, no. I'll see if I can switch that off.