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 search box remember what you typed #40218

Closed
mleonhard opened this issue Jul 14, 2020 · 3 comments · May be fixed by golang/website#11
Closed

x/website: Make search box remember what you typed #40218

mleonhard opened this issue Jul 14, 2020 · 3 comments · May be fixed by golang/website#11
Labels
FrozenDueToAge help wanted NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@mleonhard
Copy link

What did you do?

  1. Go to https://golang.org/
  2. Click the three-bars icon to display the menu.
  3. Click in the Search box.
  4. Type sha 256 and hit ENTER.
  5. See the empty result page.
  6. Click the three-bars icon to show the menu again.
  7. Click in the Search box.
  8. Type sha-256 and hit ENTER.
  9. See the empty result page.
  10. Click the three-bars icon to show the menu again.
  11. Click in the Search box.
  12. Type sha256 and hit ENTER.
  13. See some useful results.

What did you expect to see?

I expected that the text I entered in the Search box would remain. Then I could refine my search by editing the text.

What did you see instead?

The Search box was cleared after each query. I had to type the text again to refine my search.

@gopherbot gopherbot added this to the Unreleased milestone Jul 14, 2020
@andybons andybons added help wanted NeedsFix The path to resolution is known, but the work has not been done. labels Jul 15, 2020
@jan25
Copy link

jan25 commented Jul 16, 2020

Hi @andybons, Can i fix this?

@andybons
Copy link
Member

@jan25 sure.

@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 help wanted NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants