Skip to content

Is there a way to filter due from tommorow to before next week? #1968

Closed Answered by claremacrae
arkosno asked this question in Q&A
Discussion options

You must be logged in to vote

As a general tip, if you are struggling with queries, especially date ones, add a new line explain and it will tell you how you interpreted the dates in your query.

What is the | trying to do?

I am not sure that I exactly understand what you are trying to do, but these may help:

  1. Doing due after today with explain gives:
due after today =>
  due date is after 2023-05-23 (Tuesday 23rd May 2023)
  1. Doing due before next week with explain gives:
due before next week =>
  due date is before 2023-05-29 (Monday 29th May 2023)

So putting it together, from my understanding of what you want, this should give the desired effect:

```tasks
due after today
due before next week
explain
```

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@claremacrae
Comment options

@claremacrae
Comment options

@arkosno
Comment options

@claremacrae
Comment options

Answer selected by arkosno
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
scope: filters Additions and modifications to the search filters
2 participants