Sorci.js
    Preparing search index...

    Type Alias Query

    type Query = {
        $limit?: number;
        $offset?: number;
        $order?: "ASC" | "DESC";
        $where: { $or: QueryOr } | { $and: QueryAnd } | QueryAble;
    }
    Index

    Properties

    $limit?: number
    $offset?: number
    $order?: "ASC" | "DESC"
    $where: { $or: QueryOr } | { $and: QueryAnd } | QueryAble