[openstreetmap/openstreetmap-website] Filter out changesets that are too old when sorting in ascending order (PR #4164)
Tom Hughes
notifications at github.com
Sun Aug 13 17:46:05 UTC 2023
The real problem is that we're selecting on close time by sorting on start time - if the sort and condition were on the same time then things would be fine.
Start and close time are very closely correlated so there's seems to be no reason not to use the same time for both and without doing that I think that trying to page through the changesets may even miss some?
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/4164#issuecomment-1676422484
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/4164/c1676422484 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20230813/cef02d3d/attachment.htm>
More information about the rails-dev
mailing list