Skip to content

OpenSearch Structure

Jorge Reyes edited this page Jun 3, 2015 · 2 revisions

OpenSearch is a collection of technologies that (depending on the implementation) allow you to interact with website, search engine results.

Opensearch* [structure]::
  Autodiscovery [structure]::
    Title Title for the !OpenSearch description document
    Url URL to the !OpenSearch description document
  Itemsperpage Total number of results from the !OpenSearch request contained in this feed
  Startindex Current page of the !OpenSearch request
  Totalresults Total number of results from the !OpenSearch request
  Query [array]::
    Role Identify what this !OpenSearch query is used for
    Totalresults Expected number of results
    Searchterms Search terms requested
    Count Search results per page
    Startindex Search index number of the first search request
    Startpage Search page number of the first search request
    Language Search results language
    Inputencoding Search request character encoding
    Outputencoding Search results character encoding
    ```
Clone this wiki locally