The UG states that if the user supplies NAME_KEYWORD, any task that contains NAME_KEYWORD will be found. Strictly speaking, the task name "Complete Tutorial" contains the keyword "Comp" but it does not match because I imagine you are only permitting whole word matches.
It would be useful to make that more explicit in the documentation just for clarity. The above applies similarly to description.
The UG states that if the user supplies
NAME_KEYWORD, any task that containsNAME_KEYWORDwill be found. Strictly speaking, the task name "Complete Tutorial" contains the keyword "Comp" but it does not match because I imagine you are only permitting whole word matches.It would be useful to make that more explicit in the documentation just for clarity. The above applies similarly to description.