Google Web
From Serchilo
| Syntax | Title | Language | Target URL | ||
|---|---|---|---|---|---|
| g | All | http://www.google.com/search?hl={$language} | |||
| g {query} | All | http://www.google.com/search?hl={$language}&q={%query}&ie=utf-8 | |||
| g{language} {query} | Google Web: Pages in certain language | All | http://www.google.com/search?hl={$language}&lr=lang_{$1}&q={$2}&ie=utf-8 | ||
| g{filetype} {query} | Google Web: Documents of certain filetype | All | http://www.google.com/search?hl={$language}&lr=&q={$2}%20filetype%3A{$1}&ie=utf-8 | ||
| g100 {query} | Google Web: Show 100 results at once | All | http://www.google.com/search?hl={$language}&q={%query}&ie=utf-8&num=100 | ||
| g! {query} | Google Web I'm Feeling Lucky | All | http://www.google.com/search?hl={$language}&q={%query}&ie=utf-8&btnI=1 | ||
| g{language}! {query} | Google Web I'm Feeling Lucky | All | http://www.google.com/search?hl={$language}&lr=lang_{$1}&q={$2}&ie=utf-8&btnI=1 | ||
| g? | About Google | All | http://www.google.com/intl/{$language}/about.html | ||
| g{language}? | About Google | All | http://www.google.com/intl/{$1}/about.html | ||
| gch {query} | Google Switzerland | All | http://www.google.ch/search?hl={$language}&q={%query}&ie=utf-8 | ||
| guk {query} | Google United Kingdom | All | http://www.google.co.uk/search?hl={$language}&q={%query}&ie=utf-8 | ||
[edit] Examples
- g london
- Search for london
- gde london
- Search only German pages for london
- gfr london
- Search only French pages for london
- gen london
- Search only English pages for london
- gpdf london
- Search only PDFs for london
- gtxt london
- Search only textfiles for london
- g100 london
- Search for london, show 100 results at once
- g! london
- go directly to first result of Google Search for london
- gde! london
- go directly to first result of Google Search on German pages for london
- gfr! london
- go directly to first result of Google Search on French pages for london
- gen! london
- go directly to first result of Google Search on English pages for london
More languages with g and a two-letter language code.
- gch zug
- search for zug with priority for sites in Switzerland
- guk london
- search for london with priority for sites in the United Kingdom

