Member Junction
    Preparing search index...

    Interface SearchAcrossAccountsOptions

    Options for multi-account search

    interface SearchAcrossAccountsOptions {
        contextUser: UserInfo;
        fileTypes?: string[];
        maxResultsPerAccount?: number;
        searchContent?: boolean;
    }
    Index

    Properties

    contextUser: UserInfo

    Context user for credential decryption

    fileTypes?: string[]

    File types to filter by (e.g., ['pdf', 'docx'])

    maxResultsPerAccount?: number

    Maximum results per account (default: 50)

    searchContent?: boolean

    Whether to search file contents (default: false)