"due on or before"? #124
Replies: 8 comments 4 replies
-
Hey there, good idea. I have the same feeling when I am using queries. As you said, it is not high priority as there is an existing workaround. So it will take a while until I will get to do this. |
Beta Was this translation helpful? Give feedback.
-
I agree it would be nice to have filter operators
|
Beta Was this translation helpful? Give feedback.
-
See also #1178 for using |
Beta Was this translation helpful? Give feedback.
-
@claremacrae asking you as you are the maintainer now. Would you be ok to have For absolute & relative dates and date ranges respectively:
So that finally the keywords would work in this way:
|
Beta Was this translation helpful? Give feedback.
-
ok, cool, I will try implement that if fine by you =) Do we agree that |
Beta Was this translation helpful? Give feedback.
-
Awesome, yes please!
Let's answer that by looking at the docs So currently we have this in the quick reference:
This seems like a logical extension:
So the diff is this: - due (before, after, on) <date>
+ due (on, before, after, on or before, on or after) <date> and this: - due (before, after, in) ...
+ due (in, before, after, in or before, in or after) ... If |
Beta Was this translation helpful? Give feedback.
-
Guess this now can be closed after #2186 =) |
Beta Was this translation helpful? Give feedback.
-
Just released in Tasks 4.6.0. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Would it be difficult to add an "on or" element to queries (e.g., "due on or before tomorrow"? Obviously you can just add another day to the "before" query, but it's a bit more natural if I want to find tasks due in the next two days to query "due on or before the day after tomorrow" as opposed to "due before two days after tomorrow". Definitely not a high priority thing even if it's easy, as the current set-up works fine as is, I just have to put some thought into it and test things to make sure I didn't screw it up.
Beta Was this translation helpful? Give feedback.
All reactions