Open paul-uz opened 2 years ago
It looks like date strings are not supported in regards to the >, >=, <, <= operators.
>, >=, <, <=
eg createdAt:>=2021-12-25T00:00:00.000Z caues a syntax error
createdAt:>=2021-12-25T00:00:00.000Z
How easy, or difficult, would it be to add this in?
Pretty straightforward – patch welcome.
@gajus you say that but I have no clue how to modify this library to add such feature.
It looks like date strings are not supported in regards to the
>, >=, <, <=
operators.eg
createdAt:>=2021-12-25T00:00:00.000Z
caues a syntax errorHow easy, or difficult, would it be to add this in?