Meaning of parameters in a Google search query?

google-search, query-string, search-engine

Solution

- q=searchstring is the search string

- source=something is where the search originated (www.google.com webpage, Google Toolbar, Quick Search of various browsers)

- ie=utf8 input encoding

- oe=utf8 output encoding

- rls=en ?interface language?

Problem

Are there any resources on what the parameters in a Google query mean? Any analysis how the Google search pages work internally? Examples would be: - `http://www.google.com/#hl=en&source=hp&q=lol&aq=f&aqi=&aql=&oq=&fp=45675624562456` - `http://www.google.com/url?sa=t&source=web&ct=res&cd=11&ved=KJSGHFKSDJF&url=sfdgagasdgasdgasgasg&rct=j&q=fghthwrteghedgf&ei=asdfasdfsa&usg=asdfasdfasf`

Original source

Related problems