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

    Interface FilterableFields

    Filterable fields observed on the public facts Meilisearch index. The shape mirrors what the Tiltify marketing site itself sends — Tiltify does not publish a schema for the index, so this is the result of careful network observation.

    interface FilterableFields {
        campaign_fact_public_id?: string;
        cause_fact_public_id?: string;
        cause_id?: string;
        cause_name?: string;
        cause_public_id?: string;
        fundraising_event_id?: string;
        fundraising_event_public_id?: string;
        goal_ratio?: string;
        match_count?: string;
        milestone_ratio?: string;
        name?: string;
        public?: boolean;
        region_id?: string;
        region_public_id?: string;
        status?: string;
        supportable?: boolean;
        supporting_fundraising_event?: string;
        team_event_id?: string;
        team_event_public_id?: string;
        team_public_id?: string;
        total_amount_raised?: string;
        type?: string;
        user_auction_house?: string;
        username?: string;
    }
    Index
    campaign_fact_public_id?: string
    cause_fact_public_id?: string
    cause_id?: string
    cause_name?: string
    cause_public_id?: string
    fundraising_event_id?: string
    fundraising_event_public_id?: string
    goal_ratio?: string
    match_count?: string
    milestone_ratio?: string
    name?: string
    public?: boolean
    region_id?: string
    region_public_id?: string
    status?: string
    supportable?: boolean
    supporting_fundraising_event?: string
    team_event_id?: string
    team_event_public_id?: string
    team_public_id?: string
    total_amount_raised?: string
    type?: string
    user_auction_house?: string
    username?: string