Improved fuzzy searching on /game #178
No reviewers
Labels
No labels
bug
config update
documentation
duplicate
enhancement
in dev
input needed
new feature
not in draft
refactor
waiting on docs update
wont-do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Sirdog/EnduraBot!178
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "enhance/game-fuzzier-search"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Turns out, I just needed to swap out endpoint
/games/lookup/v1with/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)