From 5f828d267e52695de8d8f40a0e50f07f4a695401 Mon Sep 17 00:00:00 2001 From: jared98lyj <48744099+jared98lyj@users.noreply.github.com> Date: Sun, 7 Mar 2021 16:43:50 +0800 Subject: [PATCH] Update README.md --- docs/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 0ab13c3427..d9d1aae427 100644 --- a/docs/README.md +++ b/docs/README.md @@ -14,7 +14,7 @@ todo, deadline, event {some task} - creates the respective task, date in yyyy-MM delete {index} - deletes the respective task find {keyword} {search type (optional)} - retrieves matching task according to keyword -and optional search parameter (p, pi, f) +and optional search parameter (p [default, partial search case sensitive], pi [partial case insensitive], f [full exact search]) done {index} - marks task as done @@ -66,3 +66,10 @@ Now you have 1 tasks in the list Here are the tasks in your list: 1. [D][] return book (by: Jun 20 2019) + +### Finding a task (case insensitive search) + +`find BOOK pi` + +Here are the matching tasks in your list: +1. [D][] return book (by: Jun 20 2019)