nus-tic4002-AY2122S2 / pe-dev-response

0 stars 0 forks source link

Find group also considers the "N/A" group #273

Open nus-se-bot opened 2 years ago

nus-se-bot commented 2 years ago

Input:

findg a

Results: Contacts with N/A group are also returned

image.png


[original: nus-tic4002-AY2122s2/pe-interim#270] [original labels: severity.Low type.FunctionalityBug]

e0373972 commented 2 years ago

Team's Response

"findg a" will returns all the group that contains “a”, include the default group “N/A”.

If your intent is to find people in group a, you can use "listpfg g/a", but before that you need to create a group with "create g/a" and then use "assign n/PERSONNAME g/a" assign people to the group.

Duplicate status (if any):

--