Skip to content

How do you filter for date range? #251

@od3n

Description

@od3n

Tried to pass
filter[created_at]>=2023-05-01
and
filter[created_at]<=2023-06-01
to query params but the query use is
select * from "users" where "users"."client_id" = ? and "users"."created_at" >= ? and "users"."created_at" <= ? and "users"."deleted_at" is null {"bindings":["2","2023-06-01","2023-06-01"],"time":46.53}

Looks like it overwrite the first param I passed.

Or should I use custom filter instead?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions