Documentation
    Preparing search index...
    type JoinFieldOption = {
        fieldPath: string;
        name: string;
        subFields?: JoinFieldOption[];
        table: string;
    }
    Index

    Properties

    fieldPath: string
    name: string
    subFields?: JoinFieldOption[]
    table: string