-
Notifications
You must be signed in to change notification settings - Fork 198
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
Search page shows latest chronological version, not latest semver #708
Comments
Yes, that sounds like the cause. I don't see a great way to fix this since currently searches are done using SQL only. We could normalize the search results to the latest sem-ver version after already picking a crate to show, but I'm a little hesitant to do that without a long-term plan for improving search results. |
small addition, coming from #1521 : for performance reasons we already have the latest version denormalized into This column should not contain the latest build, but the highest non-yanked version so clicking on a crate in the release-views always brings you to a view without go to latest version link |
I think this may have been fixed by #1521, but I don't have an easy way to check. |
As of the creation of this issue (2020-04-10) the search page for
string-interner
looks like this:and directs you to the page for version
0.6.4
. However, the latest version ofstring-interner
is0.7.1
, which is detected and displays the warning banner at the top to redirect you to0.7.1
.Perhaps this is caused by the... very awkward release dates? Somehow the latest release from a semver point of view is
0.7.1
but date-wise its actually0.6.4
From crates.io:
The text was updated successfully, but these errors were encountered: