Member Junction
    Preparing search index...

    Result of a search operation

    interface WicketSearchResult {
        HasMore: boolean;
        Records: ExternalRecord[];
        TotalCount: number;
    }
    Index

    Properties

    HasMore: boolean

    Whether more pages exist

    Records: ExternalRecord[]

    Matching records flattened from JSON:API format

    TotalCount: number

    Total number of matching records