Merge pull request #255 from happycoloredbanana/search-resolve-is-optional
Fix optionality of resolve
This commit is contained in:
commit
eac39a3d51
|
@ -399,7 +399,7 @@ Form data:
|
|||
| Field | Description | Optional |
|
||||
| ----------------- | ------------------------------------------------------------------- | ---------- |
|
||||
| `q` | The search query | no |
|
||||
| `resolve` | Whether to resolve non-local accounts | no |
|
||||
| `resolve` | Whether to resolve non-local accounts (default: don't resolve) | yes |
|
||||
|
||||
Returns [Results](#results).
|
||||
|
||||
|
|
Loading…
Reference in New Issue