Searching For Articles
GET /search[?query&limit] Get the top search results for a given string. Arguments Description query string Required The search term string you'd like results for limit int How many results you'd…
Updated
by River Sloane
GET /search[?query&limit]
Get the top search results for a given string.
Arguments | Description |
query string Required | The search term string you'd like results for |
limit int | How many results you'd like to receive Default: 10, Max: 100 |
include_private bool | Include articles with a private status in the results. Set to |
include_draft bool | Include articles with a draft status in the results. Set to |
language_code string | If you have multilingual enabled, this will be the ISO language code you're trying to search in (e.g. |
Example response:
{
"articles": [ Article ]
}
How did we do?