jskimdev / pe

0 stars 0 forks source link

find using tag is not working as intended #7

Open jskimdev opened 4 months ago

jskimdev commented 4 months ago

First I created some person data with tags(friend, family, or neighbour).

스크린샷 2024-04-19 165805.png

Then, I followed the UG instruction. Input: find t/friend t/family Ouput: 0 persons listed!

find using tag does not return any of the users with the tags specified. Interestingly, find with tag for other tags(colleagues) worked, but family, friend, and neighbour does not work.

Even just using one tag to find user does not work as well. Input: find t/family Output: 0 persons listed!

Even with the sample data given, find with tag family still does not return anything.

nus-pe-bot commented 4 months ago

Team's Response

Hello, it seems like you are referring to the find command not returning any of the people listed in the global list (the rightmost list). The reason why it doesn't do so, is that you have an event selected (event no 4), hence as stated in the UG, the find command will only search for people in the selected event, and not the global list. This is the intended behaviour, thank you!

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]