File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 78
78
79
79
## Searching For Dependencies
80
80
81
+ See [[ Filters#Filters for Task Dependencies]] .
82
+
81
83
` is not blocked `
82
84
83
85
` is blocking `
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ This page is long. Here are some links to the main sections:
17
17
- [[ #Text filters]]
18
18
- [[ #Matching multiple filters]]
19
19
- [[ #Filters for Task Statuses]]
20
+ - [[ #Filters for Task Dependencies]]
20
21
- [[ #Filters for Dates in Tasks]]
21
22
- [[ #Filters for Other Task Properties]]
22
23
- [[ #Filters for File Properties]]
@@ -450,6 +451,26 @@ Find any tasks that have status symbols you have not yet added to your Tasks set
450
451
group by path
451
452
```
452
453
454
+ ## Filters for Task Dependencies
455
+
456
+ ### Id
457
+
458
+ - `has id`
459
+ - `no id`
460
+ - `id (includes|does not include) <string>`
461
+ - Matches case-insensitive (disregards capitalization).
462
+ - `id (regex matches|regex does not match) /<JavaScript-style Regex>/`
463
+ - Does regular expression match (case-sensitive by default).
464
+ - Essential reading: [[Regular Expressions|Regular Expression Searches]].
465
+
466
+ For more information, see [[Task Dependencies]].
467
+
468
+ > [!released]
469
+ >
470
+ > - Task Id was introduced in Tasks X.Y.Z.
471
+
472
+ Since Tasks X.Y.Z, **[[Custom Filters|custom filtering]] by Id** is now possible, using `task.id`.
473
+
453
474
## Filters for Dates in Tasks
454
475
455
476
### Due Date
You can’t perform that action at this time.
0 commit comments