Problems with the Google Base query

I am accessing Google Base using the .NET library as described on this page.

http://code.google.com/apis/base/docs/2.0/developers_guide_dotnet.html

When I run the query, GBaseFeed is returned and usually the TotalRecords property is around 35, but it often has no or very few elements in the collection of records. Otherwise, the query returns all 35 items as expected in the Records. Has anyone seen this behavior or had any idea what might be causing it?

0


source to share


1 answer


After some research, it turned out that the TotalResults attribute in Google Base feeds is mostly not working and probably should not be relied upon.



0


source







All Articles