Result entity
Fields
accounts- list of matchedHunter.Accountstatuses- list of matchedHunter.Statushashtags- list of matchedHunter.Tag
Summary
Functions
Search for content
Types
@type t() :: %Hunter.Result{ accounts: [Hunter.Account.t()], hashtags: [Hunter.Tag.t()], statuses: [Hunter.Status.t()] }
Functions
@spec search(Hunter.Client.t(), String.t(), Keyword.t()) :: t()
Search for content
Parameters
conn- Connection credentialsq- the search query, ifqis a URL Mastodon will attempt to fetch the provided account or status, it will do a local account and hashtag searchoptions- option list
Options
resolve- Whether to resolve non-local accounts