starbucksventi / pe

0 stars 0 forks source link

'find' command does not work as described in the User guide #9

Open starbucksventi opened 2 weeks ago

starbucksventi commented 2 weeks ago

The User guide states that view is a 'logical AND' search, yet when i try 'view ho', it looks for all substrings that match. This may confuse users who may be looking for specific people, but are returned a long list of contacts with matching substrings.

image.png

image.png

soc-pe-bot commented 2 weeks ago

Team's Response

The user guide states that view does a logical AND search of all keywords.

The keyword here is ''ho". Since there is only one keyword, there is no application of the logical AND search. The application will only search for contacts CONTAINING "ho", because substring falls under the condition of CONTAIN.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]