Closed GoogleCodeExporter closed 8 years ago
The Content for Shopping API uses the max-results field to limit the number of
returned entries:
http://code.google.com/apis/shopping/content/getting-started/usingapi-products.h
tml#Retrieving
Have you tried using it instead of the NumberToRetrieve property of the base
query object?
Original comment by ccherub...@google.com
on 25 May 2011 at 11:13
Yes, but that doesn't change the fact that NumberToRetrieve is not working.
I think it would be logical that if NumberToRetrieve is set by the user, then
parameter max-results with the value of NumberToRetrieve is added to the URL
(when the URL is built). Or am I wrong?
Original comment by thomas.k...@gmail.com
on 25 May 2011 at 11:53
I had exactly the same idea of mapping NumberToRetrieve to max-results when
used in a ProductQuery.
I'll add it to my to-do list, thanks!
Original comment by ccherub...@google.com
on 25 May 2011 at 12:43
Original comment by ccherub...@google.com
on 25 May 2011 at 1:51
The CalculateQUery method in ItemQuery was ignoring the max-results parameter,
this is now fixed in rev. 1105.
Original comment by ccherub...@google.com
on 10 Jun 2011 at 11:12
Original issue reported on code.google.com by
thomas.k...@gmail.com
on 19 May 2011 at 2:34