-
Notifications
You must be signed in to change notification settings - Fork 1
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
Date filter #109
Comments
The same applies for booleans. I can't compare where a boolean is true or false. |
The feature request is
Am I right? |
That is correct. As well as booleans. For example, your EQ operator on boolean flags causes an error. Like (LK) worked, however. Also, with dates, it seemed in my tests yyyy-mm-dd format actually worked as it's the natural sort for strings. But if a date format is different, it'll fail. |
OK, I'll try to implement it anyway. |
You can filter date right now. |
Works great, good work and thank you. |
Hi, I was after something like this for a system we're designing. Do you plan to add date filters? For example, if I use greater than and pass a date, I'd expect results where the date is greater than specified.
The text was updated successfully, but these errors were encountered: