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

x/website: Make website search case-insensitive #40217

Closed
mleonhard opened this issue Jul 14, 2020 · 1 comment
Closed

x/website: Make website search case-insensitive #40217

mleonhard opened this issue Jul 14, 2020 · 1 comment
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@mleonhard
Copy link

What did you do?

My golang program needs to find out if a path refers to an existing directory. I needed to find out how to do that. Here's what I did:

  1. Go to https://golang.org/
  2. Look around for a search button.
  3. Click the three-bars icon to display the menu.
  4. Click in the Search box.
  5. Type isdir and hit ENTER.
  6. Looked for the appropriate function.

What did you expect to see?

A link to FileInfo.IsDir() bool

What did you see instead?

Irrelevent links. Here's a screenshot:
Screen Shot 2020-07-14 at 15 49 50

@gopherbot gopherbot added this to the Unreleased milestone Jul 14, 2020
@mleonhard mleonhard changed the title x/website: website search is case-sensitive x/website: Make website search case-insensitive Jul 14, 2020
@andybons andybons added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jul 15, 2020
@rsc
Copy link
Contributor

rsc commented Feb 23, 2021

Search box removed (#44357).

@rsc rsc closed this as completed Feb 23, 2021
@golang golang locked and limited conversation to collaborators Feb 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

4 participants