mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 18:42:26 -05:00
[feature] Add from: search operator and account_id query param (#2943)
* Add from: search operator * Fix whitespace in Swagger YAML comment * Move query parsing into its own method * Document search * Clarify post search scope
This commit is contained in:
parent
61a8d36255
commit
04bcde08a1
11 changed files with 312 additions and 15 deletions
|
|
@ -28,6 +28,7 @@ type SearchRequest struct {
|
|||
Resolve bool
|
||||
Following bool
|
||||
ExcludeUnreviewed bool
|
||||
AccountID string
|
||||
APIv1 bool // Set to 'true' if using version 1 of the search API.
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue