nus-cs2103-AY2324S2 / pe-dev-response

0 stars 0 forks source link

`find` does not stack `find` commands, every `find` is based on original list #2074

Open nus-pe-bot opened 2 months ago

nus-pe-bot commented 2 months ago

Suppose I have

image.png

I wish to find Alex and I use find n/Alex, I return expectedly the two Alex.

But running find n/a returns a list with more than two people. It is not explained if the find function is based on the original or filtered list. This could be a documentation bug as well.


[original: nus-cs2103-AY2324S2/pe-interim#1720] [original labels: severity.Low type.FeatureFlaw]

tayziyi commented 2 months ago

Team's Response

Hi, thank you for the suggestion but we believe this is a possible enhancement instead of a bug.

Duplicate status (if any):

--