guptahanu / google-ajax-apis

Automatically exported from code.google.com/p/google-ajax-apis
0 stars 1 forks source link

rsz argument typo in RESTful section #481

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
http://code.google.com/apis/ajaxsearch/documentation/reference.html#_intro_fonje

Standard URL Arguments section - rsz argument

"Finally, for filter Custom Search Engines, a value of filter_cse will return 
10 results."

Should be filtered_cse, not filter_cse

Broken: 
http://ajax.googleapis.com/ajax/services/search/web?q=...&v=1.0&cx=...&rsz=filte
r_cse

Working: Broken: 
http://ajax.googleapis.com/ajax/services/search/web?q=...&v=1.0&cx=...&rsz=filte
red_cse

Original issue reported on code.google.com by Brya...@gmail.com on 30 Jun 2010 at 9:30

GoogleCodeExporter commented 8 years ago

Original comment by jscud.w...@gmail.com on 7 Jul 2010 at 11:35

GoogleCodeExporter commented 8 years ago

Original comment by jscud.w...@gmail.com on 8 Jul 2010 at 5:50