Public Meilisearch key. Defaults to DEFAULT_SEARCH_API_KEY.
Meilisearch host. Defaults to DEFAULT_SEARCH_HOST.
OptionalhttpClientOptions: ResilientHttpClientOptions
Optional overrides for the resilient
httpClient (retry/backoff, logging hook). See
ResilientHttpClientOptions.
Find users by exact username match.
The Tiltify username.
Page size. Defaults to 100.
1-based page index. Defaults to 1.
The raw Meilisearch search response.
Search wrapper for the public
userMeilisearch index hosted atsite-search.tiltify.com. Use this for lightweight username lookups.For full user profile hydration (badges, team memberships, retired campaigns, etc.) reach for
TiltifyGraphQL#getUserBySlugin the@playlive/tiltify-graphqlpackage — that surface is intentionally kept out of the search package so REST/search consumers don't pull a GraphQL dep transitively (PRD §5.2 / §5.3).Example
See
https://site-search.tiltify.com