Skip to content

Rust documentation search bar bug #50064

Closed
@xbonnetain

Description

@xbonnetain

The search bar in the documentation (on both https://doc.rust-lang.org/std/ and https://docs.rs) does not provide the results of a research if the searched word has been researched just before.

Steps to reproduce:

  • In the search bar of https://doc.rust-lang.org/std, press a.
  • Wait for the result page to appear.
  • Press backspace.
  • Wait for the original page to come back.
  • Press a.
  • The result page does not come back.

This has been observed on stable, beta and nightly, and works with any word, as long as it is written fast enough, and no intermediate search result are shown.

@GuillaumeGomez

Activity

added
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
on Apr 18, 2018
added a commit that references this issue on Apr 24, 2018

Rollup merge of rust-lang#50118 - GuillaumeGomez:search-bar-bug, r=Qu…

05ef5bc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @estebank@GuillaumeGomez@xbonnetain

      Issue actions

        Rust documentation search bar bug · Issue #50064 · rust-lang/rust