Search for dynamic time periods in aiFind
We are happy to announce that you are now able to search for a specifc dynamic time period in aiFind.
To do so you have to follow the below given search:
Input | Output |
---|---|
added_by:USER AND starts_at:[now TO *] | This will return you the interviews for the specific USER from the day you execute the search until forever. |
added_by:USER AND starts_at:[now+1d TO *] | This will return you the interviews for the specific USER from tomorrow until forever. |
owner:USER AND createdAt:[* TO now] | This will return you the created types from that specific user from the beginning until today. |
owner:USER AND createdAt:[now-1M TO now] | This will return you the created types from that specific user in the last month. |