google-api-for-dotnet

Google not returning more than 64 results

I am using the Google API for .Net http://code.google.com/p/google-api-for-dotnet/ and no matter how many results I ask for Google never returns more than 64. Here is my code snippet: GwebSearchClient client = new GwebSearchClient("xyz"); IList<IWebResult> results = client.Search(this.SearchText.Text, 100); I expected to get...