<<
Feed::Parser::NS::OpenSearch
xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/"
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.
Specified in: http://a9.com/-/spec/opensearchrss/1.0/
<<