Improved fuzzy searching on /game #178

Merged
sirdog3355 merged 1 commit from enhance/game-fuzzier-search into dev 2025-12-13 03:43:40 -05:00
sirdog3355 commented 2025-12-13 03:41:19 -05:00 (Migrated from github.com)

Turns out, I just needed to swap out endpoint /games/lookup/v1 with /games/search/v1. Returns all the same data I need for the API chain, minimal code changes needed, and it's far more reasonable with the search criteria.

It's certainly nice when things line up so well.

Closes #169 (nice)

Turns out, I just needed to swap out endpoint `/games/lookup/v1` with `/games/search/v1`. Returns all the same data I need for the API chain, minimal code changes needed, and it's *far* more reasonable with the search criteria. It's certainly nice when things line up so well. Closes #169 (nice)
Sign in to join this conversation.
No description provided.