Closed zmckinnon closed 8 years ago
I have this:
{exp:json:members date_format="Y-m-d H:i" limit="{get:limit}" offset="{get:offset}"}
When I access myUrl?limit=100&offset=500, I get the same as when I do myUrl?limit=100.
myUrl?limit=100&offset=500
myUrl?limit=100
I have this:
When I access
myUrl?limit=100&offset=500
, I get the same as when I domyUrl?limit=100
.