Open verakohh opened 3 days ago
[IMPORTANT!: Please do not edit or reply to this comment using the GitHub UI. You can respond to it using CATcher during the next phase of the PE]
In our UG, we have stated this about our find command: Persons with at least one parameter matching at least one of its keyword will be returned (i.e. OR search).
(see image below for screenshot)
We have also given examples where this is the case:
Hence, I don't think it is misleading as it is documented clearly that it is an OR search for at least one parameter matching at least one of its keywords.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your reason]
From page 15 of UG under find command example(see screenshot), the command
find ld/monday lt/1000-1100
may be misleading as users might think that this command will display the contacts whom I have a monday class from 1000-1100 with, an 'AND' feature rather than a 'OR' feature.Furthermore, the 'Next Lesson" field in the contacts would further confuse the users as the users might not see the lessons mentioned in the relevant search. For example, contact at index 4, Jon Doe, that shows the next lesson as Friday 2000-2100, which is not part of both 'monday' and '1000-1100'
Steps to reproduce:
find ld/monday lt/1000-1100
commandExpected output:
Display the contacts whom I have a monday class from 1000-1100 with.
Actual Output: (Explained above)
Screenshots: