@playlive/tiltify-search
    Preparing search index...

    Variable CAUSE_INDEX_UIDSConst

    CAUSE_INDEX_UIDS: {
        CAUSES: "causes";
        CAUSES_AND_FES: "causes_and_fes";
        FUNDRAISING_EVENTS: "fundraising_events";
    } = ...

    Names of the Meilisearch indices behind cause / FE search on the Tiltify site. causes_and_fes is a unioned index; causes and fundraising_events are split indices used for type-specific UIs.

    Type Declaration

    • ReadonlyCAUSES: "causes"
    • ReadonlyCAUSES_AND_FES: "causes_and_fes"
    • ReadonlyFUNDRAISING_EVENTS: "fundraising_events"