Hi,
This is the query i am using to retrive data, from this query
i am getting only four results.
String
text="http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q="+URLEncoder.encode(searchString,
"UTF-8");
Now i am in a position to get more results. i mean if i click next button i
need 5th to 8th result.for that i tried
count=5;//value will change accordingly
String
text="http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q="+URLEncoder.encode(searchString,
"UTF-8") +"start="+ count;
But for this query also i am getting only four results only.
what shall i do to get next page result.
Regards
Jagadeesh
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---