serpapi / google-search-results-ruby

Google Search Results via SERP API Ruby Gem
https://serpapi.com
MIT License
52 stars 8 forks source link

no_cache flag not working #12

Closed altherlex closed 1 year ago

altherlex commented 2 years ago

Search should get from cache as doc says no_cache is false by default but it is currently not doing that.

Also, there is no way to retrieve the search_id from previous searches.

hartator commented 2 years ago

Search should get from cache as doc says no_cache is false by default but it is currently not doing that.

@altherlex Can you share a code example of what you mean?

Also, there is no way to retrieve the search_id from previous searches.

Previous searches should return their own search IDs.

You can query then SerpApi these ways:

jvmvik commented 1 year ago

closing this issue because not enough details was provided.