opensearch

Defines a way of providing third party open search provider.

Syntax
<opensearch
    name="..."
    src="..."
    mime-type="..."?
  />
Attributes
name="..."

The name of this search. It must match the name of the search plug-in component created to handle external searches of this type.

src="..."

A internal name used to identify an external OpenSearch service. It is mapped to the URL of the external service's OpenSearch descriptor by the NamedServiceResolver component.

mime-type="..." (optional)

A MIME type identifier that determines which search URI template to choose from the list of templates specified in the external service's OpenSearch descriptor. The default is application/atom+xml.