OpenSearch
Example of a web page which offers to add a new search plugin. With Firefox, the symbol of the currently selected search engine becomes bluish. The user can add the search engine offered by that page by clicking the triangle. | |
| Developed by | Amazon.com |
|---|---|
| Initial release | March 15, 2005 (2005-03-15) |
| Latest release | 1.1[citation needed] (December 6, 2005 (2005-12-06)) |
| Type of format | Web syndication |
| Extended from | RSS |
| Open format? | Creative Commons Attribution-ShareAlike 2.5 |
| Website | OpenSearch.org |
OpenSearch is a collection of technologies that allow publishing of search results in a format suitable for syndication and aggregation. It is a way for websites and search engines to publish search results in a standard and accessible format.
OpenSearch was developed by Amazon.com subsidiary A9 and the first version, OpenSearch 1.0, was unveiled by Jeff Bezos at the O'Reilly Emerging Technology Conference in March, 2005. Draft versions of OpenSearch 1.1 were released during September and December 2005. The OpenSearch specification is licensed by A9 under the Creative Commons Attribution-ShareAlike 2.5 License.[1]
Contents
1 Support
2 Design
3 See also
4 References
5 External links
Support
Web browsers that support OpenSearch include Safari,[2]Microsoft Edge,[3]Firefox[4] and Google Chrome.[5]
Design
Search suggestions in the German Wikipedia
OpenSearch consists of:
- OpenSearch Description files: XML files that identify and describe a search engine.
- OpenSearch Query Syntax: describe where to retrieve the search results
- OpenSearch RSS (in OpenSearch 1.0) or OpenSearch Response (in OpenSearch 1.1): format for providing open search results.
- OpenSearch Aggregators: Sites that can display OpenSearch results.
- OpenSearch "Auto-discovery" to signal the presence of a search plugin link to the user and the link embedded in the header of HTML pages
OpenSearch Description Documents list search result responses for the given website/tool. Version 1.0 of the specification only allowed one response, in RSS format; however, version 1.1 provides support for multiple responses, which may be in any format. RSS and Atom are the only ones formally supported by OpenSearch aggregators, however other types, such as HTML are perfectly acceptable.
- Auto-discovery of an OpenSearch Description Document is available from both HTML and Atom or RSS feed documents via Link relations in the form of
<atom:link rel="search" ... />for Atom feeds[6] or<link rel="search" ... />for RSS feeds[6] and HTML documents.[7] - OpenSearch Description Document must be placed on a web server of the same domain.[8]
- OpenSearch Description Documents must be served with the
application/opensearchdescription+xmlInternet media type.[9]
See also
Representational State Transfer (REST)- OpenURL
Search/Retrieve via URL (SRU)- Z39.50
References
^ "OpenSearch / Specifications / License". opensearch.org. August 24, 2015..mw-parser-output cite.citationfont-style:inherit.mw-parser-output .citation qquotes:"""""""'""'".mw-parser-output .citation .cs1-lock-free abackground:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-position:right .1em center.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration abackground:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png")no-repeat;background-position:right .1em center.mw-parser-output .citation .cs1-lock-subscription abackground:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png")no-repeat;background-position:right .1em center.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registrationcolor:#555.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration spanborder-bottom:1px dotted;cursor:help.mw-parser-output .cs1-ws-icon abackground:url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png")no-repeat;background-position:right .1em center.mw-parser-output code.cs1-codecolor:inherit;background:inherit;border:inherit;padding:inherit.mw-parser-output .cs1-hidden-errordisplay:none;font-size:100%.mw-parser-output .cs1-visible-errorfont-size:100%.mw-parser-output .cs1-maintdisplay:none;color:#33aa33;margin-left:0.3em.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-formatfont-size:95%.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-leftpadding-left:0.2em.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-rightpadding-right:0.2em
^ "What's New in Safari 8.0". Apple Developer. Apple. 2014-10-16. Retrieved 2017-03-27.
^ "See and select OpenSearch engine for Microsoft Edge". support.microsoft.com. Retrieved 2017-07-23.
^ Ponomarev, Nickolay (9 Sep 2007). "Supporting search suggestions in search plugins". Mozilla Developer Center. Mozilla. Retrieved 2007-08-03.
^ Google Chrome FAQ for web developers (on Internet Archive) "By providing an OpenSearch description document (OSDD), you enable Google Chrome to include your site in the list of search engines in the browser."
^ ab "Specifications/OpenSearch/1.1/Draft 5 - OpenSearch".
^ "Specifications/OpenSearch/1.1/Draft 5 - OpenSearch".
^ "Developer how to guide". Open Search. Retrieved 8 August 2018.
^ "Specifications/OpenSearch/1.1/Draft 5 - OpenSearch".
External links
Official website, including specifications