google_custom_search_api
google_custom_search_api copied to clipboard
Ruby lib for Google's Custom Search API
Fix typo in GoogleCustomSearchApi class
Hello, I am using rails 4 and trying to use this gem. It returns results if I do the search method but I am trying this GoogleCustomSearchApi.search_and_return_all_results("rope", opts = {})...
Hi nice library you have. I had a need to use multiple search engines and single constant was not working for me. This would be alternative syntax: GOOGLE_ENGINES = {...
In some cases, `queries' is not a key of the result – causing a crash!