Open nus-se-script opened 1 week ago
This is addressed under the first enhancement listed under the future enhancement sections in our user guide. As this finding of names by sub-string may require an excess amount of effort, we deem it to be not-in-scope.
--
Consider I have the following people in the data base:
When I enter the find command, ie
find hui xuan
, I get the following:As a user, I would expect only the name
Hui Xuan
to be shown. However, more names (which I do not need) are being shown too. This will be a bigger issue if the database is larger, especially since these are very common Chinese names. This makes the find command slightly inefficient as the user would still have to manually look for the nameHui Xuan
despite thefind
command being executed.A suggestion would be to do a (case insensitive) string match. Or, introduce a new field eg do
find Hui Xuan + Hui Ying
to find 2 separate names (similar to Google)[original: nus-cs2103-AY2425S1/pe-interim#3778] [original labels: severity.Medium type.FunctionalityBug]