Pagination Failures
I'm experiencing an issue where the maximum number of objects allowed by the "limit" property isn't being returned, despite that number of objects existing.
Consider this query:
{baseUrl}/games
body (text/plain): fields name,cover.imageid,firstrelease_date,platforms.name;limit: 10;offset: 30;search "halo";
It's currently only returning 9 objects, but a search on IGDB.com reveals that there are 73 total and other queries (e.g., offset 40;) give 10 results as expected.
1
vote
