Traqula
    Preparing search index...
    BaseQuery: Patch<
        BaseQuery,
        {
            group?: types.Grouping[];
            having?: types.Expression[];
            order: types.Ordering[]
            | undefined;
            values?: types.ValuePatternRow[];
            where?: types.Pattern[];
        },
    >