Suggest search terms based on a partial query
GET {{baseUrl}}/suggest?q=<>&source=<>
In NSIDC Search and the Arctic Data Explorer, this endpoint is queried whenever the user types into the search terms box, and the returned suggestions are displayed in a dropdown beneath the search terms box. The q parameter and returned JSON follow the specifications of the OpenSearch Suggestions 1.0 extension.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
q | string | Search terms typed into the interface (minimum two characters) | |
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 |