Google chrome is always searching in local google domain instead of Google.com
The answer is actually very simple.
When doing an omnibox search my desktop was returning google.co.uk, my laptop google.com so I knew something was up - and I really wanted the knowledge graph results from .com.
Follow all these steps in order.
- Go to http://www.google.com. If you're redirected to a country-specific site, click the "Go to Google.com" link in the bottom right of the Google home page.
- Do any search. This sets Google.com as your {google:baseURL} in a cookie.
- Click the wrench icon and select "Exit" to fully exit Chrome.
- Relaunch Chrome and try an Ombnibox search now.
This method will ensure that omnibox now returns results from at google.com and still searches instantly (if you have that option selected in your Chrome settings).
http://support.google.com/chrome/bin/answer.py?hl=en&answer=106514
I created a new standard Search with the following settings:
Name: Google.com Shortcut: google.com and URL: https://www.google.com/search?q=%s&{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}sourceid=chrome&ie={inputEncoding}
and it works fine.
Going to http://google.com/ncr
disables the "country redirect" for me.
I encountered the same problem and found this solution. Note that I didn't use the "better trick" that was posted in July 2013 (it didn't work for me with OS X and Chrome 29.0.1547.65); I'm using the older method, to wit:
Close all Chrome windows.
Go to Chrome's user profile directory (for example, in Windows Vista and Windows 7 the path is:
%LOCALAPPDATA%\Google\Chrome\User Data\
. Under OS X, it's$USERHOME/Library/Application Support/Google/Chrome/
.In the Default directory, open the file Preferences in a text editor like vim or Notepad.
Find the two lines that include
last_known_google_url
andlast_prompted_google_url
and change the Google URL fromhttp://www.google.tld/
(where.tld
is.co.uk
,.fr
,.co.jp
etc.) tohttp://www.google.com/
or any other Google domain.Save the file and restart Chrome.
If you see an infobar that asks if you want to switch to your local domain or keep google.com, choose the second option.