SearchStarterPacksSkeletonQueryParams

constructor(q: String, viewer: Did? = null, limit: Long? = 25, cursor: String? = null)

Parameters

q

Search query string; syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.

viewer

DID of the account making the request (not included for public/unauthenticated queries).

cursor

Optional pagination mechanism; may not necessarily allow scrolling through entire result set.