Search documents using the OpenSearch 1.1 Specification
GET {{baseUrl}}/OpenSearch?searchTerms=<>&count=<>&startIndex=<>&spatial=<>&sortKeys=<>&startDate=<>&endDate=<>&facetFilters=<>&source=<>
This endpoint uses parameters from the OpenSearch 1.1 specification, as well as parameters from the OpenSearch Geo (1.0) and SRU (1.0) extensions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
searchTerms | string | URL-encoded keyword or keywords desired by the client; OpenSearch 1.1 | |
count | string | The number of search results per page desired by the client; OpenSearch 1.1 | |
startIndex | string | First search result desired by the search client; OpenSearch 1.1 | |
spatial | string | 4 comma separated values - W, S, E, N; OpenSearch-Geo 1.0, "box" parameter | |
sortKeys | string | Sort the results by most relevant (default), smallest or largest spatial area, shortest or longest temporal duration, or most recently updated; partial implementation of OpenSearch SRU 1.0 | |
startDate | string | The start date in yyyy-mm-dd format | |
endDate | string | The end date in yyyy-mm-dd format | |
facetFilters | string | Describes faceted restrictions on the search. A URL-encoded JSON object where the keys are the names of the facet, and the values are arrays of the selected facet values | |
source | string | Custom parameter for selecting which source to use; the Arctic Data Explorer (ADE) uses data aggregated from many sources, including, but not limited to, NSIDC |