The User Guide states that "Only full words will be matched e.g. Han will not match Hans", but the Developer Guide's test cases demonstrate different behavior where "list n/Bob Choo" matches entries containing either "Bob" or "Choo". This suggests the search functionality doesn't work as documented.
list n/Bob Choo returns full matches, which is intended behaviour. list n/Han will not match Hans, and list n/Bo will not match Bob. However, list n/Bob will match Bob, and list n/Choo will match Choo.
The User Guide states that "Only full words will be matched e.g. Han will not match Hans", but the Developer Guide's test cases demonstrate different behavior where "list n/Bob Choo" matches entries containing either "Bob" or "Choo". This suggests the search functionality doesn't work as documented.
[original: nus-cs2103-AY2425S1/pe-interim#3211] [original labels: severity.Medium type.DocumentationBug]