We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Currently we allow dates to have time but then just ignore it. Should work like..
created_on = 01-12-2021 - should match 2021-12-01T00:00 <= created_on < 2021-12-02T00:00
created_on = 01-12-2021
2021-12-01T00:00 <= created_on < 2021-12-02T00:00
created_on = 01-12-2021 14:00 - should match 2021-12-01T14:00 <= created_on < 2021-12-02T14:01
created_on = 01-12-2021 14:00
2021-12-01T14:00 <= created_on < 2021-12-02T14:01