How can I retrieve tasks dated for today?
- Create a search that uses
PARENT
in the field value of the Date field of the task. - With
PARENT
/GRANDPARENT
in a date field:- you can append with
-3
or +3
(use any number) to hit a specific date before/after the PARENT
date, respectively. Example: PARENT+3
= Any match on date 3 days from today
- You can use
GT
/LT
search operators (greater than or less than) together with PARENT
to match a range of dates before/after today. Example: >GT
:PARENT-3
>LT
:PARENT
- = Any match between today and three days ago.
- Use
FOR RELATIVE DATE [term]
as keyword field value for the Date field of the task, and insert today
as the term, without the brackets.