Hi,
I search through the documents and existing discussions and can't find
one.
I am using jquery to get the result this way: $.getJSON(url, function()
{...});
The url looks like below:
var url = "http://ajax.googleapis.com/ajax/services/search/web?
q=Foo&v=1.0&size=8&callback=?";
But the returned results length are always 4, I have tried add
"size=8", "maxResults=8" and "num=8" to url but no luck.
How to get more than 4 results? Is there a place to document the
parameters in the json request url?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---