Search Actors Skeleton Query Params
data class SearchActorsSkeletonQueryParams(val q: String, val viewer: Did? = null, val typeahead: Boolean? = null, val limit: Long? = 25, val cursor: String? = null)
Parameters
q
Search query string; syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended. For typeahead search, only simple term match is supported, not full syntax.
viewer
DID of the account making the request (not included for public/unauthenticated queries). Used to boost followed accounts in ranking.
typeahead
If true, acts as fast/simple 'typeahead' query.
cursor
Optional pagination mechanism; may not necessarily allow scrolling through entire result set.