Skip to content

Commit b138d68

Browse files
committed
docs: Remove 'No sorting...' & 'No grouping...' from explain output
1 parent e4dbafa commit b138d68

File tree

4 files changed

+0
-44
lines changed

4 files changed

+0
-44
lines changed

docs/Queries/Explaining Queries.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ Explanation of this Tasks code block query:
5252
5353
due before tomorrow =>
5454
due date is before 2022-10-22 (Saturday 22nd October 2022)
55-
56-
No grouping instructions supplied.
57-
58-
No sorting instructions supplied.
5955
```
6056
<!-- endSnippet -->
6157

@@ -85,10 +81,6 @@ Explanation of this Tasks code block query:
8581
8682
path regex matches /^Root/Sub-Folder/Sample File\.md/i =>
8783
using regex: '^Root\/Sub-Folder\/Sample File\.md' with flag 'i'
88-
89-
No grouping instructions supplied.
90-
91-
No sorting instructions supplied.
9284
```
9385
<!-- endSnippet -->
9486

@@ -117,10 +109,6 @@ Explanation of this Tasks code block query:
117109
due before tomorrow =>
118110
due date is before 2022-10-22 (Saturday 22nd October 2022)
119111
is recurring
120-
121-
No grouping instructions supplied.
122-
123-
No sorting instructions supplied.
124112
```
125113
<!-- endSnippet -->
126114

@@ -170,10 +158,6 @@ Explanation of this Tasks code block query:
170158
description includes 7
171159
NOT:
172160
description includes 7
173-
174-
No grouping instructions supplied.
175-
176-
No sorting instructions supplied.
177161
```
178162
<!-- endSnippet -->
179163

@@ -209,10 +193,6 @@ Explanation of the global query:
209193
210194
heading includes tasks
211195
212-
No grouping instructions supplied.
213-
214-
No sorting instructions supplied.
215-
216196
At most 50 tasks.
217197
218198
Explanation of this Tasks code block query:
@@ -223,10 +203,6 @@ Explanation of this Tasks code block query:
223203
due date is between:
224204
2022-10-24 (Monday 24th October 2022) and
225205
2022-10-30 (Sunday 30th October 2022) inclusive
226-
227-
No grouping instructions supplied.
228-
229-
No sorting instructions supplied.
230206
```
231207
<!-- endSnippet -->
232208

@@ -277,10 +253,6 @@ Explanation of this Tasks code block query:
277253
278254
description includes Some Cryptic String {{! Inline comments are removed before search }} =>
279255
description includes Some Cryptic String
280-
281-
No grouping instructions supplied.
282-
283-
No sorting instructions supplied.
284256
```
285257
<!-- endSnippet -->
286258

docs/Queries/Line Continuations.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ Explanation of this Tasks code block query:
3838
OR (At least one of):
3939
priority is highest
4040
priority is lowest
41-
42-
No grouping instructions supplied.
43-
44-
No sorting instructions supplied.
4541
```
4642
<!-- endSnippet -->
4743

@@ -81,10 +77,6 @@ Explanation of this Tasks code block query:
8177
8278
description includes \\ =>
8379
description includes \
84-
85-
No grouping instructions supplied.
86-
87-
No sorting instructions supplied.
8880
```
8981
<!-- endSnippet -->
9082

docs/Queries/Regular Expressions.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ Explanation of this Tasks code block query:
9797
9898
path regex matches /^Root/Sub-Folder/Sample File\.md/i =>
9999
using regex: '^Root\/Sub-Folder\/Sample File\.md' with flag 'i'
100-
101-
No grouping instructions supplied.
102-
103-
No sorting instructions supplied.
104100
```
105101
<!-- endSnippet -->
106102

docs/Scripting/Placeholders.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ Explanation of this Tasks code block query:
6565
6666
description includes Some Cryptic String {{! Inline comments are removed before search }} =>
6767
description includes Some Cryptic String
68-
69-
No grouping instructions supplied.
70-
71-
No sorting instructions supplied.
7268
```
7369
<!-- endSnippet -->
7470

0 commit comments

Comments
 (0)