Member Junction
    Preparing search index...

    Options for file search operations

    interface FileSearchOptions {
        fileTypes?: string[];
        maxResultsPerAccount?: number;
        searchContent?: boolean;
    }
    Index

    Properties

    fileTypes?: string[]

    Filter by file types (extensions)

    maxResultsPerAccount?: number

    Maximum results per account

    searchContent?: boolean

    Whether to search file content (not just names)