Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find a list of Search Engine Settings variables?

I'm wondering where I can find a list of what every variable is in the Search Engine settings.

When you input a Search Engine into the settings, there are a number of variables attached, for example:

  • %s - The search query you're running
  • inputEncoding - The input encoding (i.e. UTF-8)
  • RLZ - ???
  • baseURL - ???
  • assistedQueryStats - ???
like image 712
Zack Zatkin-Gold Avatar asked Oct 03 '22 06:10

Zack Zatkin-Gold


1 Answers

Google Chrome takes advantage of OpenSearch, "a collection of simple formats for the sharing of search results", as their specification for search query handling. The specification can be found here. But this only applies to any terms that are not prefixed with "google:". Because "google:" prefixed variables are subject to change, it is best to, at this time, reference directly to the source code of the URL management, which can be found here. The source code is also subject to change.

  • "google:" prefixed search variables can be found here.
  • All other search variables can be found here.
like image 99
Zack Zatkin-Gold Avatar answered Oct 07 '22 20:10

Zack Zatkin-Gold