If I search for the following url:
https://feed.zazzle.com/rss?pg=17&qs=%22dad%22
I get results and the open search nodes look like this:
<opensearch:totalResults>390298</opensearch:totalResults>
<opensearch:startIndex>961</opensearch:startIndex>
<opensearch:itemsPerPage>60</opensearch:itemsPerPage>
<opensearch:Query role=“request” searchTerms=““dad””/>
Says there’s over the 300K results, but if I try to go to page 18 or any page above that, I get no results.
https://feed.zazzle.com/rss?pg=18&qs=%22dad%22
Even the open search nodes all of a sudden say there are no results:
<opensearch:totalResults>0</opensearch:totalResults>
<opensearch:startIndex>1021</opensearch:startIndex>
<opensearch:itemsPerPage>60</opensearch:itemsPerPage>
<opensearch:Query role=“request” searchTerms=““dad””/>
I know there’s a 100 per request limit, but why is there a limit set at page 17 for everything?