It’s strange, why can’t my new graph automatically display the NEXT search results?
The status is TODO
The time is the next 7 days
But the NEXT results are not displayed. What should I do?
It seems that I have found the reason; the new version of the configuration file causes the NEXT to not display; the old version of the configuration file can display NEXT normally.
旧版本:
新版本:
Might also want to consider this alternative version:
I have it as a pull request as well, but has not been implemented.
logseq:master
← Siferiax:defaultqueries
opened 10:45AM - 17 Jun 23 UTC
In response to:
- https://github.com/logseq/logseq/issues/3720
- https://githu… b.com/logseq/logseq/pull/9631
- And I've also seen topics on the forum related to confusion of the working of the default queries
This pull request includes:
- added documentation, both at the top and inline
- changing the now and next queries to be more inclusive in their task selection
- added extra `:breadcrumb-show? true` to add documentation and make it easy for users to change
Not changed:
- the inputs used
- the result-transform applied
Screenshot of query result before this change:

Screenshot of query result after this change:

Tasklist page screenshot and markdown:

```markdown
- DOING Task that references today's journal page [[2023/06/17]]
- TODO Task that references tomorrow's journal page [[2023/06/18]]
- DOING Task that is scheduled for today
SCHEDULED: <2023-06-17 Sat>
- TODO Task that is scheduled for tomorrow
SCHEDULED: <2023-06-18 Sun>
- DOING Task that has a deadline of today
DEADLINE: <2023-06-17 Sat>
- TODO Task that has a deadline of tomorrow
DEADLINE: <2023-06-18 Sun>
```
Cool, you are really amazing, thank you.
1 Like