We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Pretty straightforward – patch welcome.
Sorry, something went wrong.
@gajus you say that but I have no clue how to modify this library to add such feature.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: