internetarchive-ts - v0.1.0
    Preparing search index...

    Type Alias IaFullTextSearchParamsBeta

    type IaFullTextSearchParams = {
        from?: number;
        q: string;
        scope?: IaScope;
        size?: number;
    }
    Index

    Properties

    Properties

    from?: number
    q: string
    scope?: IaScope

    The scope of the query. Possible values are 'standard' or 'all'. The 'all' scope requires authorization

    size?: number

    Specifies how many results to return per page, positive integer

    100

    10000