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/Global Query.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ You can set a global query in the settings that Tasks will add to the start of a
35
35
36
36
If you need to ignore the Global Query in a given Tasks block you may add `ignore global query` instruction to any place of the block.
37
37
38
-
For example, this allows you to have your task seaches ignore certain folders by default. And then in few searches, you can enable searching for tasks in those folders.
38
+
For example, this allows you to have your task searches ignore certain folders by default. And then in a few searches, you can enable searching for tasks in those folders.
39
39
40
40
> [!example]
41
41
>
@@ -44,6 +44,9 @@ For example, this allows you to have your task seaches ignore certain folders by
44
44
> ignore global query
45
45
> ```
46
46
47
+
> [!note]
48
+
> Any use of `ignore global query` inside the Global Query itself is harmless, but ignored.
49
+
47
50
> [!released]
48
51
The `ignore global query` instruction was added in Tasks 4.6.0.
0 commit comments