AlexRaubach / ListFortress

Track X-Wing Second Edition Tournament Results
https://listfortress.com/
MIT License
13 stars 6 forks source link

Pagination missing tournaments #12

Closed calumbrown closed 5 years ago

calumbrown commented 5 years ago

Certain tournaments don't appear under the paginated tournament listing. At the time of writing tournaments with ids 186, 219, 235 and 236 don't seem to be listed, but are existing events: e.g. https://listfortress.com/tournaments/235

There are also some tournaments that are listed on more than one page (e.g. 230, which appears on page 1 and 2 at the time of writing).

AlexRaubach commented 5 years ago

That's weird. Thanks for making an issue and I'll look into it

AlexRaubach commented 5 years ago

Yup, some tournaments are being shown twice and some not at all. Right now I'm sorting only by date. If I sort by date and then by id, the db won't have any ties in the tournament ordering.

AlexRaubach commented 5 years ago

The additional ordering seems to have resolved the issue