Update search.md to add limit/offset/following

This commit is contained in:
Nolan Lawson 2019-05-07 04:45:09 +02:00
parent e7307ae31b
commit b28ead041e
1 changed files with 3 additions and 0 deletions

View File

@ -22,3 +22,6 @@ Returns [Results]({{< relref "entities.md#results" >}})
|----|-----------|:------:|:-----:|
| `q` | The search query | Required ||
| `resolve` | Attempt WebFinger look-up | Optional |false|
| `limit` | Maximum number of results | Optional | 40 |
| `offset` | Offset in the search results | Optional | 0 |
| `following` | Only include accounts the user is following | Optional | false |