justintv / Twitch-API

A home for details about our API
www.twitch.tv
1.72k stars 379 forks source link

[Bug] API search not showing specific games #625

Open moocat opened 7 years ago

moocat commented 7 years ago

So, there's a game called "100% Orange Juice" in the Twitch game directory, but when searching for the full title it will give an empty list.

https://api.twitch.tv/kraken/search/games?type=suggest&query=100%25+Orange+Juice&client_id=6iu4n42jnkwe5ikgfzla1s3df3ed0v5

But when searching for just "100%" it will be in the list (though a bit further down): https://api.twitch.tv/kraken/search/games?type=suggest&query=100%25&client_id=6iu4n42jnkwe5ikgfzla1s3df3ed0v5

So apparently it's in the game directory, but something is bugging out.