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
From a Chrome incognito window, the third time that the search is used from deno.com, the search terms are not updated. It is very confusing as if you don't pay attention to the google search field, it looks like the search is not finding relevant results.
My own opinion: even when working, this google search is not great, it is confusing at first and it makes you go away from the original website. An update there would be good, nothing more frustrating than not finding what you are looking for especially when you start with something new like Deno.
Second search: change the search terms to "test" and press enter
close the tab containing the search results
Third search: type "namespace" and press enter
Expected:
Search results for the "namespace" search term.
Result:
Search results for the previously used search term "test" instead.
Any subsequent search used from deno.com will be stuck on the same search term.
See the different values between the q query search parameter in then URL showing the right one, and google search field in the same showing the previous search term (see last screenshot).
Demo:
Starting from deno.com in an incognito window:
First search: search for "cli" (working):
Second search: search for "test" (working):
Third search: search for "namespace" (not working):
The text was updated successfully, but these errors were encountered:
From a Chrome incognito window, the third time that the search is used from deno.com, the search terms are not updated. It is very confusing as if you don't pay attention to the google search field, it looks like the search is not finding relevant results.
My own opinion: even when working, this google search is not great, it is confusing at first and it makes you go away from the original website. An update there would be good, nothing more frustrating than not finding what you are looking for especially when you start with something new like Deno.
Hope that helps.
How to reproduce
Expected:
Search results for the "namespace" search term.
Result:
Search results for the previously used search term "test" instead.
Any subsequent search used from
deno.com
will be stuck on the same search term.See the different values between the
q
query search parameter in then URL showing the right one, and google search field in the same showing the previous search term (see last screenshot).Demo:
Starting from

deno.com
in an incognito window:First search: search for "cli" (working):

Second search: search for "test" (working):

Third search: search for "namespace" (not working):

The text was updated successfully, but these errors were encountered: