Skip to content
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

rustdoc's web frontend search does not allow searching for paths #10535

Closed
emberian opened this issue Nov 17, 2013 · 1 comment · Fixed by #11547
Closed

rustdoc's web frontend search does not allow searching for paths #10535

emberian opened this issue Nov 17, 2013 · 1 comment · Fixed by #11547
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@emberian
Copy link
Member

For example, if you try to search for File::open it will say nothing found.

@eastwood
Copy link
Contributor

Requires significant re-factoring to search completely based on the index paths. For example searching for "File::" in this fix will return no results. Still need to search completely based on path (rather than name's + types) to completely fix. Will continue to work this

bors added a commit that referenced this issue Jan 14, 2014
cc @cmr

Temporary change to issue #10535. Requires significant re-factoring to search completely based on the index paths. For example searching for "File::" in this fix will return no results. Still need to search completely based on path (rather than name's + types) to completely fix. Will continue to work this
bors added a commit that referenced this issue Jan 15, 2014
@bors bors closed this as completed in 431e2bb Jan 15, 2014
flip1995 pushed a commit to flip1995/rust that referenced this issue Jul 14, 2023
flip1995 pushed a commit to flip1995/rust that referenced this issue Jul 14, 2023
flip1995 pushed a commit to flip1995/rust that referenced this issue Jul 14, 2023
Fix ICE in rust-lang#10535

Fixes rust-lang#10535

r? `@Jarcho`

changelog: Eliminate ICE described in rust-lang#10535
flip1995 pushed a commit to flip1995/rust that referenced this issue Aug 17, 2023
Fix ICE in rust-lang#10535

Fixes rust-lang#10535

r? `@Jarcho`

changelog: Eliminate ICE described in rust-lang#10535
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants