-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Improve documentation search fuzziness #34454
Copy link
Copy link
Open
Labels
A-rustdoc-searchArea: Rustdoc's search featureArea: Rustdoc's search featureC-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-rustdoc-searchArea: Rustdoc's search featureArea: Rustdoc's search featureC-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I'd love to see better searching.
Besides the lack of search for the book itself,Search filters out some characters without telling you; e.g.C++and[Unstable]are reasonable search terms, but the first gives false positives by usingCand the second isn't indexed?Related: the search box says that
?gives more options, but it just lists everything like a wildcard.