Skip to content

Clicking on a search result for a fully yanked crate takes you to a version not found page #2373

Closed
@Nemo157

Description

@Nemo157

https://docs.rs/releases/search?query=libtest shows the yanked libtest-0.0.1 as a result. Clicking on that links to https://docs.rs/libtest/latest/libtest/ which says version not found (as we don't allow semver matches of yanked versions, and this is the only version). Going instead to https://docs.rs/libtest/0.0.1/libtest/ does show the docs. The search results should either exclude results where all versions are yanked, or link to the exact version number in those cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-frontendArea: Web frontendC-bugCategory: This is a bugE-easyEffort: Should be easy to implement and would make a good first PR

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions