PearlynnT / pe

0 stars 0 forks source link

Finding a person by name or tag #7

Closed PearlynnT closed 7 months ago

PearlynnT commented 7 months ago

Should be an 'OR' search based on the name of the feature but it appears to be an 'AND' search instead. The expected output for the command find p n/John t/friend should give all persons whose name is John or whose tag is friend, similar to the "Finding a company by name or tag". But instead, this command gives all persons whose name is John AND tag is friend

Given the list of persons below, the expected output should be 3 persons who are listed according to the description of the feature in the UG

Screenshot 2023-11-17 at 4.46.11 PM.png

Screenshot 2023-11-17 at 4.46.14 PM.png