Pagination
Hi,
I'm having issues with the APIs Pagination features. When making the following call the last item on the list of games is 'Pokemon Silver':
request search "Pokemon";f id,name,cover.image_id,aggregated_rating,aggregated_rating_count,first_release_date,summary;l 20;w version_parent = null&category = 0;
I then make this second call to get the second page of items, which returns 'Pokemon Silver' as the first result:
search "Pokemon";f id,name,cover.image_id,aggregated_rating,aggregated_rating_count,first_release_date,summary;l 20;o 20;w version_parent = null&category = 0;
At first I thought this was an issue with the offset, but if I search for another term it works okay. Any ideas what may be causing this?

-
Swmbuk commented
Just to confirm both responses feature an identical IGDB id of 1513. The issue seems to only occur at certain offset sizes and with certain search terms.