#818 Counterintuitive search for projects
Closed: Fixed None Opened 8 years ago by msimacek.

The current way to search projects provides searching via dropdown, but it still reacts to enter by submitting the form (and not doing any search then). This is quite unintuitive, because a lot of people are used to just input the search term and press enter, before any dropdown appears (and therefore the user doesn't know there's supposed to be a dropdown). I'd suggest either:

  • Display actual search results when user submits the form
  • Or at least suppress the submission with enter key, so the dropdown has a chance to appear

Fixed in https://pagure.io/pagure/pull-request/826 by using the second approach you listed (suppress the submission with the enter key)

Login to comment on this ticket.

Metadata