mozilla / addons

☂ Umbrella repository for Mozilla Addons ✨
Other
125 stars 41 forks source link

sorting of add-ons is incorrect #1059

Closed atomGit closed 5 years ago

atomGit commented 5 years ago

Describe the problem and steps to reproduce it:

sort extensions by recently updated ... https://addons.mozilla.org/en-US/firefox/search/?sort=updated&type=extension

What happened?

extensions that were NOT recently updated may be near/at the top of the list

What did you expect to happen?

extensions should be sorted by the date they were updated, descending order

Anything else we should know?

for example ... 3-Jul, the add-on HTTPZ is 2nd in the list with version 0.7.2, yet v0.7.2 was released 13 days ago - i'm seeing this quite often with add-ons

diox commented 5 years ago

Hi,

Technically, the sorting is working correctly, it's just that we have a long standing issue that causes unlisted versions to be considered when determining the last updated date for an add-on. That has been reported already as https://github.com/mozilla/addons/issues/5022 so I'm going to close this, thanks.