Something went wrong. Try again later

aeckdog

This user has not updated recently.

4 0 9 0
Forum Posts Wiki Points Following Followers

aeckdog's forum posts

Avatar image for aeckdog
aeckdog

4

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

@chaser324: Ah ok thanks. Should I submit a bug or anything or just sit tight? It's not hi-pri or anything, just a project for fun that I'm working on

Avatar image for aeckdog
aeckdog

4

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

I have an app that uses the search api and it recently started getting very weird results from the api. The api normally returns an ordered list of search results, with the most relevant result listed first. However, now the results are pretty strange. Here are some examples:

1. GET request to http://www.giantbomb.com/api/search?api_key=xxxx&format=json&query=nba 2k14&resources=game

====> Returns DOTA as first result

2. GET request to http://www.giantbomb.com/api/search?api_key=xxxx&format=json&query=Civilization V&resources=game

====> Returns Skyrim as first result

*NOTE: I escaped the URI in practice

Is anyone else seeing this behavior/have any ideas?

Thanks so much,

Alex