-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
Filter by date #225
Comments
I am facing the same issue @KingKnecht did you find the solution to this? |
@tuminzee Sorry, for late response. To be honest I don't remember if I got it running or not. But when I check my code I find the following in my controller.js
and in my service.js
So, for me it looks like I have provided extra parameters on the front-end, extracted my filter params and build a new one on the backend side. |
Thank you for your response I will try it out @KingKnecht |
I'm trying to filter a date with $gt.
This is what I give my axios method on client side for an exact date (which works):
But if I try to put more logic in it, it fails:
server side looks like:
Error message is:
How could I achieve the filtering?
Thx
The text was updated successfully, but these errors were encountered: