@openhps/core
    Preparing search index...

    Interface FindOptions

    interface FindOptions {
        dataType?: Serializable<any>;
        limit?: number;
        sort?: Sort;
    }
    Index
    dataType?: Serializable<any>

    Overwrite the data type for this query

    limit?: number

    Limit of records to retrieve

    sort?: Sort

    Sort keys