Io Reference







Networking   /   GoogleSearch   /   GoogleSearch





Object for performing web searches via Google. Example:
GoogleSearch clone setSearchTerm("iolanguage") find links foreach(println)
while(Coroutine yieldingCoros size > 1, yield)
 
 
 



find

Runs the search.
links

Returns the list of link results.
maxPages

Returns the max number of pages to fetch results from.
setMaxPages(aNumber)

Sets the max number of pages to fetch results from. Returns self.