Member Junction
    Preparing search index...

    Response from a search execution.

    interface SimpleSearchResult {
        ElapsedMs: number;
        ErrorMessage?: string;
        Providers: SimpleSearchProviderInfo[];
        Results: SimpleSearchResultItem[];
        SourceCounts: SimpleSearchSourceCounts;
        Success: boolean;
        TotalCount: number;
    }
    Index

    Properties

    ElapsedMs: number

    Time in milliseconds the search took to execute

    ErrorMessage?: string

    Error message if Success is false

    Metadata for all active search providers

    The search result items

    Breakdown of results by source type

    Success: boolean

    Whether the search executed successfully

    TotalCount: number

    Total count of matching results