TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why does Google search do this?

2 pointsby aaronsnoswellalmost 12 years ago
Every time I mis-type something, Google offers a suggested correct spelling, by showing a link titled &quot;Showing results for &lt;i&gt;Foobar&lt;&#x2F;i&gt;&quot;. I always impulsively click this link.<p>When I do this, it refreshes the entire page. Why doesn&#x27;t clicking this link just hide that part of the page? I&#x27;m already being shown results for that term - why do the search again and waste 2 more seconds of my time?<p>E.g. https:&#x2F;&#x2F;www.google.com.au&#x2F;search?q=exmaple

2 comments

ScottWhighamalmost 12 years ago
When you click the correct spelling, it changes the url to:<p><a href="https://www.google.com.au/search?q=example" rel="nofollow">https:&#x2F;&#x2F;www.google.com.au&#x2F;search?q=example</a><p>I&#x27;d assume they do this so that, if you share or bookmark this url, it&#x27;s one less step for their servers later?
gesmanalmost 12 years ago
Seems logical to me. You (and millions others) routinely misspell things, but mean to search for clean terms. So google auto-correct search terms first and shows results for clean terms. &quot;Clicking&quot; would mean you actually want to search for &quot;misspelled&quot; variation.<p>So impulsively clicking on this link would mean that you just need to get your impulses in order.