Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

toplist.php date range checks addedDate instead of actual release date #88

Open
psenough opened this issue Mar 8, 2019 · 3 comments
Open

Comments

@psenough
Copy link

psenough commented Mar 8, 2019

toplist.php date range seems to be listing when prods were added to the database and not when they were first released.

as a result we get an empty list of everything released before the year 2000.

empty list:
http://www.pouet.net/toplist.php?type=64k&platform=&limit=20&dateFrom=1991-02-01&dateTo=2000-02-01

proper list:
http://www.pouet.net/toplist.php?type=64k&platform=&limit=20&dateFrom=1991-02-01&dateTo=2001-02-01

is this by design? if it is, maybe it should be said so more explicitly somewhere, so people searching for stuff from the 90s know about it while searching. if it's not, i can try to submit a patch for it, not sure if sql can handle mixing month and years without getting slow, will have to check.

or maybe this just ain't worth working on, since it's not really that used and it'll be deprecated by that proper prod query page that it's been talked about for a while now.

@Gargaj
Copy link
Contributor

Gargaj commented Mar 8, 2019

Release date is only accurate to mid-month though (the day is always 15th)

@Gargaj
Copy link
Contributor

Gargaj commented May 11, 2019

Also I just realized that the toplist sorting / 30-day rotation window is based on a formula using addedDate, so it's 1) not possible 2) your fault. :)

@psenough
Copy link
Author

psenough commented May 12, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants