I am using GWT integrating it with Google Ajax Search. Basic search
is working fine, but I only get 4 results returned even after I set
the result set size:
WebSearch webSearch = new WebSearch();
webSearch.setResultSetSize(ResultSetSize.LARGE);
It does not appear that the LARGE option has any impact, my call back
handler is still called 4 times. I must be missing something but it
is not clear to me where to look next.
thanks in advance,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" 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-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---