Skip to content

Commit 6adaad3

Browse files
committed
docs: Note that explain shows "Query File Defaults"
1 parent c25cc78 commit 6adaad3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/Queries/Explaining Queries.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ This has a number of benefits:
2020
- If there is a [[Global Filter|global filter]] enabled, it is included in the explanation.
2121
- This often explains why tasks are missing from results.
2222
- If there is a [[Global Query|global query]] enabled, it too is included in the explanation.
23-
- Any [[Grouping|'group by']] instructions are listed (since Tasks 5.4.0)
24-
- Any [[Sorting|'sort by']] instructions are listed (since Tasks 5.4.0)
23+
- Any [[query file defaults]]-generated instructions are listed (since Tasks X.Y.Z).
24+
- Note that `show/hide` [[layout]] are not yet shown in `explain` output, however. We are tracking this in [issue #2093](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/2093).
25+
- Any [[Grouping|'group by']] instructions are listed (since Tasks 5.4.0).
26+
- Any [[Sorting|'sort by']] instructions are listed (since Tasks 5.4.0).
2527

2628
## Examples
2729

0 commit comments

Comments
 (0)