ngeo
    Preparing search index...

    Interface QueryResult

    interface QueryResult {
        pending: boolean;
        sources: QueryResultSource[];
        total: number;
    }
    Index

    Properties

    Properties

    pending: boolean

    If at least one source is pending.

    Results for each query source.

    total: number

    The number of results for all sources.