@dxos/client
    Preparing search index...

    Type Alias QueryOptions

    Use QueryAST.QueryOptions instead.

    type QueryOptions = {
        dataLocation?: DataLocation;
        limit?: number;
        spaceIds?: string[];
        spaces?: PublicKey[];
    }
    Index

    Properties

    dataLocation?: DataLocation

    Query only local spaces, or remote on agent.

    QueryOptions.DataLocation.LOCAL

    Options:

    • proto3_optional = true
    limit?: number

    Return only the first limit results.

    spaceIds?: string[]

    Query only in specific spaces.

    spaces?: PublicKey[]

    Use spaceIds instead.