@@ -21,6 +21,7 @@ This has a number of benefits:
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.
2323- Any [[ Grouping|'group by']] instructions are listed (since Tasks X.Y.Z)
24+ - Any [[ Sorting|'sort by']] instructions are listed (since Tasks X.Y.Z)
2425
2526## Examples
2627
@@ -53,6 +54,8 @@ Explanation of this Tasks code block query:
5354 due date is before 2022-10-22 (Saturday 22nd October 2022)
5455
5556 No grouping instructions supplied.
57+
58+ No sorting instructions supplied.
5659```
5760<!-- endSnippet -->
5861
@@ -84,6 +87,8 @@ Explanation of this Tasks code block query:
8487 using regex: '^Root\/Sub-Folder\/Sample File\.md' with flag 'i'
8588
8689 No grouping instructions supplied.
90+
91+ No sorting instructions supplied.
8792```
8893<!-- endSnippet -->
8994
@@ -113,6 +118,8 @@ Explanation of this Tasks code block query:
113118 is recurring
114119
115120 No grouping instructions supplied.
121+
122+ No sorting instructions supplied.
116123```
117124<!-- endSnippet -->
118125
@@ -157,6 +164,8 @@ Explanation of this Tasks code block query:
157164 description includes 7
158165
159166 No grouping instructions supplied.
167+
168+ No sorting instructions supplied.
160169```
161170<!-- endSnippet -->
162171
@@ -194,6 +203,8 @@ Explanation of the global query:
194203
195204 No grouping instructions supplied.
196205
206+ No sorting instructions supplied.
207+
197208 At most 50 tasks.
198209
199210Explanation of this Tasks code block query:
@@ -206,6 +217,8 @@ Explanation of this Tasks code block query:
206217 2022-10-30 (Sunday 30th October 2022) inclusive
207218
208219 No grouping instructions supplied.
220+
221+ No sorting instructions supplied.
209222```
210223<!-- endSnippet -->
211224
@@ -245,6 +258,8 @@ Explanation of this Tasks code block query:
245258 description includes Some Cryptic String
246259
247260 No grouping instructions supplied.
261+
262+ No sorting instructions supplied.
248263```
249264<!-- endSnippet -->
250265
0 commit comments