google-code-export / thegamesdb

Automatically exported from code.google.com/p/thegamesdb
1 stars 1 forks source link

GetGames.php ignoring platform parameter #293

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Try query for a game with platform parameter such as:
http://thegamesdb.net/api/GetGame.php?name=Jungle Hunt&platform=Atari 2600

What is the expected output? What do you see instead?
Expected result was to be limited to the Atari 2600. Instead, all platforms are 
returned.

What version of the product are you using? On what operating system?
Live, web.

Please provide any additional information below.
Seems also that GetGames.php is only taking the first game name, in this case 
'Jungle' and ignoring 'Hunt', returning results such as 'DK Jungle Climber' in 
the example query above.

Replacing the space (%20) with '+' yields the same result. Same if you query 
with double quotes, as in "jungle hunt".

Original issue reported on code.google.com by olifi...@gmail.com on 15 Sep 2013 at 6:20

GoogleCodeExporter commented 9 years ago
We no longer use google code.  Please post this on our Git page.  Thanks

https://github.com/thegamesdb/thegamesdb/issues?milestone=9&state=open

Original comment by smid...@gmail.com on 18 Sep 2013 at 4:13