You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Queries/Explaining Queries.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,10 @@ This has a number of benefits:
20
20
- If there is a [[Global Filter|global filter]] enabled, it is included in the explanation.
21
21
- This often explains why tasks are missing from results.
22
22
- 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).
0 commit comments