Query for tasks over due or due date in next 7 days

Hi - what would the query for this look like? I tried a simple query:

{{query (and (between -7d +7d) (task TODO LATER))}}`

But it only pulls tasks from the current page. Is there a way to pull from all pages?

1 Like