When I run the below URL (today at least) I get 1360 totalResults for the first page but every other page gives a totalResults of 1340. All I change for each page is the page parameter. Is there something I am doing incorrectly or is this a bug?
The "totalResults" count is the estimated number of results that match your query, not the number of records on a page (which I think is 25 by default). So, totalResults should always remain the same.
When I run the below URL (today at least) I get 1360 totalResults for the first page but every other page gives a totalResults of 1340. All I change for each page is the page parameter. Is there something I am doing incorrectly or is this a bug?
Thanks!
http://api.amp.active.com/search?v=xml&api_key=API_KEY&s=date_asc&m=meta:startDate:daterange:today..+&num=25&page=1
Message edited by SporadicSoftware 14 years ago
active Admin – 14 years ago
The "totalResults" count is the estimated number of results that match your query, not the number of records on a page (which I think is 25 by default). So, totalResults should always remain the same.