64
edits
| Line 123: | Line 123: | ||
The code does not support specific order for more than two plugins.  | The code does not support specific order for more than two plugins.  | ||
==== Google   | ==== Google ====  | ||
Unlike past releases, Google would like ''all locales'' to use www.google.com, and let Google handle the redirection.  We have also received feedback that some parameters are unnecessary, so we can reduce the set of arguments to these few:  | Unlike past releases, Google would like ''all locales'' to use www.google.com, and let Google handle the redirection.  We have also received feedback that some parameters are unnecessary, so we can reduce the set of arguments to these few:  | ||
| Line 161: | Line 161: | ||
  http://suggestqueries.google.com/complete/search?output=firefox&client=firefox&qu={searchTerms}  |   http://suggestqueries.google.com/complete/search?output=firefox&client=firefox&qu={searchTerms}  | ||
==== Yahoo!   | ==== Yahoo! ====  | ||
Yahoo! URLs follow this basic formula:  | Yahoo! URLs follow this basic formula:  | ||
| Line 284: | Line 284: | ||
      template="http://ff.search.yahoo.com/gossip?output=fxjson&command={searchTerms}" />  |       template="http://ff.search.yahoo.com/gossip?output=fxjson&command={searchTerms}" />  | ||
==== Amazon   | ==== Amazon ====  | ||
Amazon.com URLs follow this basic formula:  | Amazon.com URLs follow this basic formula:  | ||
| Line 320: | Line 320: | ||
|}  | |}  | ||
==== Answers.com   | ==== Answers.com ====  | ||
Answers.com provides an English language dictionary search with the following URL:  | Answers.com provides an English language dictionary search with the following URL:  | ||
| Line 333: | Line 333: | ||
      template="http://www.answers.com/main/startswith?output=json&client=firefox&s={searchTerms}"/>  |       template="http://www.answers.com/main/startswith?output=json&client=firefox&s={searchTerms}"/>  | ||
==== Creative Commons   | ==== Creative Commons ====  | ||
Creative Commons provides only an English language search of their content, from this URL:  | Creative Commons provides only an English language search of their content, from this URL:  | ||
http://search.creativecommons.org/?q={searchTerms}&sourceid=Mozilla-search  | http://search.creativecommons.org/?q={searchTerms}&sourceid=Mozilla-search  | ||
==== eBay ====  | |||
eBay URLs follow this basic formula:  | |||
http://%DOMAIN%/search/search.dll  | |||
with a vast number of arguments:  | |||
{| width="100%" cellpadding="3"  | |||
|-  | |||
| query=SEARCH+TERMS         | |||
|-  | |||
| MfcISAPICommand=GetResult   | |||
|-  | |||
| ht=1                         | |||
|-  | |||
| ebaytag1=ebayreg            | |||
|-  | |||
| srchdesc=n                  | |||
|-  | |||
| maxRecordsReturned=300      | |||
|-  | |||
| maxRecordsPerPage=50        | |||
|-  | |||
| SortProperty=MetaEndSort    | |||
|}  | |||
Of the tier 1 and 2 locales, these are the domains for those supported by eBay:  | |||
{| cellpadding="3" border="1"  | |||
|-  | |||
| de || search.ebay.de  | |||
|-  | |||
| en-GB || search.ebay.co.uk  | |||
|-  | |||
| en-US || search.ebay.com  | |||
|-  | |||
| es-ES || search.ebay.es  | |||
|-  | |||
| fr || search.ebay.fr  | |||
|-  | |||
| it || search.ebay.it  | |||
|-  | |||
| nl || search.ebay.nl  | |||
|-  | |||
| pl || search.ebay.pl  | |||
|-  | |||
| sv-SE || search.ebay.se  | |||
|-  | |||
| zh-CN || search.ebay.com.cn  | |||
|-  | |||
| zh-TW || search.tw.ebay.com  | |||
|}  | |||
=== Quicksearches ===  | === Quicksearches ===  | ||
edits