You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: dual-sort reviews — merge relevant + newest for ~10 reviews per place (#64)
Google Places API (New) returns max 5 reviews sorted by relevance.
This change fetches an additional 5 newest reviews via Legacy Place
Details API (which supports reviews_sort=newest), then merges and
deduplicates by author+timestamp.
Result: place_details now returns ~10 reviews instead of 5, with both
high-quality relevant reviews and the most recent ones — enabling
better AI context classification and trend detection.
Also fixes Prettier formatting inconsistencies from PR #63 squash merge.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments