elpendor / ES-scraper

A scraper for EmulationStation
47 stars 41 forks source link

Weird TheGamesDB ordering error. #17

Open elpendor opened 11 years ago

elpendor commented 11 years ago

Example: When I look for Super Mario Bros (NES), TheGamesDB returns SMB 2 first instead of SMB.

Not really a scraper issue but I should find out why it's doing that or report it (or maybe implement Aloshi's hack)

chewi commented 11 years ago

It's because the results are returned in seemingly no particular order. I've raised the issue here.

elpendor commented 11 years ago

Huh, looks like they changed something: Super Mario Bros is showing the correct output now.

But Doom (and others) still have the wrong order.

Weird.

chewi commented 11 years ago

We'll probably want to track the upstream report at TheGamesDB/TheGamesDB#17. It looks like Apache Solr might be brought in to help with this.