From 99bd1bc9c3a043d0b0f3c48d7b683619493f1db5 Mon Sep 17 00:00:00 2001 From: Huy Z Date: Fri, 12 Aug 2022 04:59:52 -0700 Subject: [PATCH] Fix searchType: `task` instead of `tasks` --- docs/TargetEvaluation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/TargetEvaluation.md b/docs/TargetEvaluation.md index fdcdc9a..40beb65 100644 --- a/docs/TargetEvaluation.md +++ b/docs/TargetEvaluation.md @@ -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`. \ No newline at end of file +To get task done, use `task.done`. By contrast, use `task.notdone`.