Releases: serpapi/google-local-results-ai-parser
Releases · serpapi/google-local-results-ai-parser
v0.2.6
v0.2.5
- Update explanations and add comments for
example.rb
- Update explanations and add comments for
example_multiple.rb
- A new example script for server parameter usage on single parsing
- A new example script for server parameter usage on multiple parsing
- A new example script for debugging single parsing
- A new example script for debugging multiple parsing
- Update Gemfile with
json
gem - Update Gemfile.lock
- Update gemspec to add dependencies
- Update gemspec to bump the version
- Add 2 new parameters for debugging
debug
, andno_cache
in main library code - Fix a minor issue with
broken_css
anditeration
parameters not working withparse_multiple
function. (The default values are enough, so no problems were detected in prototyping) - Fix the results hash structure for production-ready inference endpoints to look like free inference endpoints (not present in google-local-results-ai-server)
- Fix the issue with production-ready inference endpoints serving only the results with top key (not present in google-local-results-ai-server)
- Remove pry gem requirement from the main library code.
- Update README.md
v0.2.4
Generalize the solutions introduced in 0.2.2, and fix mistakes from 0.2.3
v0.2.2
Fix more issues with the parser
v0.1.7
Generalize the fixes on v0.1.5 about service options being parsed as type and description
v0.1.5
- Fix an issue born from recent change to values (some description are parsed as service options in SerpApi traditional results)
v0.1.4
- Fix a minor error in reviews as price after fix
v0.1.3
- Add a new reviews as price confusion handler
- Add a new button text as address confusion handler
- Add a new button text as service options confusion handler
v0.1.2
Fix a bug for description as hours confusion
- Pick the index of the last hours to avoid confusions in after-corrections
v0.1.1
The parallel gem in our stack needs to stay the same in order to use the gem safely. Users can use v0.1.0 for a non-fixated version of the gem,