Skip to content

Commit

Permalink
Merge pull request #158 from huyz/patch-1
Browse files Browse the repository at this point in the history
Fix searchType: `task`
  • Loading branch information
lazyguru authored Nov 5, 2023
2 parents cd62b8b + 99bd1bc commit 5cad315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/TargetEvaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ With this search type, you can retrieve infomation of files. Currently, three ki

### searchType: task

You can retrieve infomation from tasks by using `searchType` `tasks`.
You can retrieve infomation from tasks by using `searchType` `task`.
The provided `searchTarget` will limit the result with task's contents match the input.

Using type `task` or `task.all` will get you all tasks no matter it is done or not.
To get task done, use `task.done`. By contrast, use `task.notdone`.
To get task done, use `task.done`. By contrast, use `task.notdone`.

0 comments on commit 5cad315

Please sign in to comment.