Meilisearch wrappers (campaign / team / user / cause / reward /
auction-house / multi-search), plus a flags.tiltify.com client and the
shared filter-string builder. Ported from @playlive/tiltify-tools.
meilisearch is a peer dependency so callers who don't use the
meilisearch-js client at all (e.g. TiltifyMultiSearch consumers, raw
buildFilterString users) can omit it from their bundle entirely via
tree-shaking.
Subpath exports for tree-shakable consumers:
@playlive/tiltify-search — full barrel (default)
@playlive/tiltify-search/types — type declarations only
@playlive/tiltify-search— public entry point.Meilisearch wrappers (campaign / team / user / cause / reward / auction-house / multi-search), plus a
flags.tiltify.comclient and the shared filter-string builder. Ported from@playlive/tiltify-tools.meilisearchis a peer dependency so callers who don't use the meilisearch-js client at all (e.g.TiltifyMultiSearchconsumers, rawbuildFilterStringusers) can omit it from their bundle entirely via tree-shaking.Subpath exports for tree-shakable consumers:
@playlive/tiltify-search— full barrel (default)@playlive/tiltify-search/types— type declarations only@playlive/tiltify-search/constants— host + key constants@playlive/tiltify-search/filters—buildFilterStringonly@playlive/tiltify-search/flags—TiltifyFlagsonly@playlive/tiltify-search/multi—TiltifyMultiSearch(no meilisearch dep)@playlive/tiltify-search/campaigns—CampaignSearch@playlive/tiltify-search/teams—TeamSearch@playlive/tiltify-search/users—UserSearch@playlive/tiltify-search/causes—CauseSearch@playlive/tiltify-search/rewards—RewardSearch@playlive/tiltify-search/auction-houses—AuctionHouseSearch@playlive/tiltify-search/converters— REST → FactHit converters (opt-in, pulls tiltify-core)@playlive/tiltify-search/http-client—createResilientHttpClient+TiltifySearchHttpError@playlive/tiltify-search/meilisearch-client—createMeilisearchClient