Skip to content

Commit aea2028

Browse files
committed
docs: Note ignore global query inside the Global Query itself is harmless
1 parent e96c8fa commit aea2028

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/Queries/Global Query.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can set a global query in the settings that Tasks will add to the start of a
3535
3636
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.
3737
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.
3939
4040
> [!example]
4141
>
@@ -44,6 +44,9 @@ For example, this allows you to have your task seaches ignore certain folders by
4444
> ignore global query
4545
> ```
4646
47+
> [!note]
48+
> Any use of `ignore global query` inside the Global Query itself is harmless, but ignored.
49+
4750
> [!released]
4851
The `ignore global query` instruction was added in Tasks 4.6.0.
4952

0 commit comments

Comments
 (0)