You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
If I type in a search under 4 characters in the new site-search bar, and hit [return] nothing happens. This is also unhelpful when trying to locate short directives such as ngIf or the anchor tag.
Instead, if you have under 4 characters and [return] IS hit, a search should explicitly be performed if a new search results page does not become the new solution.
In addition, if you hit return, the first(?) result is automatically opened, but there is no visual feedback to tell users which item this is or which item will be chosen.
The text was updated successfully, but these errors were encountered:
When the search input box was submitted (i.e. by pressing enter) the
app was supposed to take you to the first item but this was not happening.
It turns out the app was just reading the wrong property for the path to
the item.
Closes#3078
With the minimum search length set to 3, it was not possible to search for `$q`.
Changing this to 2 fixes that without really upsetting the search display, since we
only display the first 40 API and 14 non-API items anyway.
Closes#3078
When the search input box was submitted (i.e. by pressing enter) the
app was supposed to take you to the first item but this was not happening.
It turns out the app was just reading the wrong property for the path to
the item.
Closes#3078
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I type in a search under 4 characters in the new site-search bar, and hit [return] nothing happens. This is also unhelpful when trying to locate short directives such as ngIf or the anchor tag.
Instead, if you have under 4 characters and [return] IS hit, a search should explicitly be performed if a new search results page does not become the new solution.
In addition, if you hit return, the first(?) result is automatically opened, but there is no visual feedback to tell users which item this is or which item will be chosen.
The text was updated successfully, but these errors were encountered: