Globus SDK for JavaScript

    Type Alias GSearchRequest

    type GSearchRequest = {
        advanced?: boolean;
        boosts?: GBoost[];
        bypass_visible_to?: boolean;
        facets?: GFacet[];
        filter_principal_sets?: string[];
        filters?: GFilter[];
        limit?: number;
        offset?: number;
        q: string;
        result_format_version?: ResultFormatVersion;
        sort?: GSort[];
    }
    Index

    Properties

    advanced?: boolean
    boosts?: GBoost[]
    bypass_visible_to?: boolean
    facets?: GFacet[]
    filter_principal_sets?: string[]
    filters?: GFilter[]
    limit?: number
    offset?: number
    q: string
    result_format_version?: ResultFormatVersion
    sort?: GSort[]
    MMNEPVFCICPMFPCPTTAAATR