tags:

views:

17

answers:

1

In the code sample code here http://code.google.com/apis/ajax/playground/#the_hello_world_of_local_search

I can't see any parameter that limits to 4 so why does it returns only 4 ?

+1  A: 

You need to use setSearchResult:

http://code.google.com/apis/ajaxsearch/documentation/reference.html#_class_GSearch

broady