Weird search result order

Avatar image for andrewfader
andrewfader

4

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1  Edited By andrewfader

I'm using the GiantBomb API on my site, it's awesome and I have enhanced my lists of games with screenshots, genres, and descriptions from GiantBomb. 
 
My one problem has been the strange order that the search returns sometimes. For example, I searched for Donkey Kong Country, and the results came back with Donkey Kong Country Returns for Wii first, followed by the SNES game that I was looking for, and then the SNES sequels. My search for Contra came up with Hitman: Contracts, then just about every other Contra game before the first NES one that I was searching for. 
 
The strangest thing is, these results are in a different order than those from the website search box...

Avatar image for skiguyusc
skiguyusc

43

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 1

#2  Edited By skiguyusc

I realize this is an incredibly old post, but was there ever an answer for this?

I noticed similar behavior where if I search for "Super Mario Galaxy", the API actually returns "Super Mario Galaxy 2" as the first result followed by "Super Mario Galaxy". The website search box returns them in the opposite order, like I'd expect.

Anyone have any thoughts?

Example URL:

https://www.giantbomb.com/api/search/?api_key=<my api key>&format=json&query=Super%20Mario%20Galaxy&resources=game&field_list=api_detail_url,name

Avatar image for hogonalog
hogonalog

20

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#3  Edited By hogonalog

@skiguyusc: If you're only searching one type of resource, you can try filtering by name. That way, you only return items with the exact search query in the name:

https://www.giantbomb.com/api/games/?api_key=[API_KEY]&format=json&filter=name:Super%20Mario%20Galaxy&field_list=api_detail_url,name

Just keep in mind that you can't do fuzzy matching that way, e.g. "assassins creed" vs "assassin's creed".

Avatar image for freebrunch
freeBrunch

3

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#4  Edited By freeBrunch

also running into same issue. I see this is old post. I am trying to search on bioshock and first search result is bioshock infinite. Referring to the previous post I'm not sure "filter=name" is supported by the API for search (http://www.giantbomb.com/api/documentation#toc-0-38) unless i am confused which is very possible