I want to use 16 results from a search i.e. 2 pages of 8.
I cannot find a way to do it in one go.
So I have tried going straight to the second page using
google.load('search', '1', {'other_params':'start=8'});
but this returns the first results, and then the second and my program
only catches the first set of 8.
Is there any way of concatenating these 16 results or getting only the
second 8?
Cheers
--
You received this message because you are subscribed to the Google Groups
"Google AJAX APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en.