<<

NAME

Feed::Parser::NS::OpenSearch

DESCRIPTION

NAMESPACE

xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/"

ELEMENTS

All of these elements are children of the channel element.

openSearch:totalResults – The number of search results available.

Note: If no results are available, the server should respond with 0.

For example: <openSearch:totalResults>0</openSearch:totalResults>

Optional, if this does not appear the client should assume all search results were returned in this request.

openSearch:startIndex – The index of the first item returned in the result, starting with 1.

Optional, if this does not appear the client should assume that the first index returned is 1.

openSearch:itemsPerPage – The maximum number of items that appear on one page.

Optional, if this does not appear the client should that 10 items are returned per page.

SEE ALSO

Specified in: http://a9.com/-/spec/opensearchrss/1.0/

COPYRIGHT

<<