nus-cs2103-AY2425S1 / forum

11 stars 0 forks source link

if i put partial matching in enhancements, is it still a feature flaw #622

Open ishan-agarwal-05 opened 3 weeks ago

ishan-agarwal-05 commented 3 weeks ago

I have a find command that currently matches strings exactly (with case insensitivity)

eg : find Joe would show joe but not joeseph.

i have defined the behaviour well and it functions exactly as specified in UG but i think this can be considered a feature flaw.

if i put in future enhancements in DG to make it accept partial matching, will it still be considered a feature flaw?

damithc commented 3 weeks ago

if i put in future enhancements in DG to make it accept partial matching, will it still be considered a feature flaw?

@ishan-agarwal-05 'Planned enhancements' listed in the DG are immune from bug reports. But note that there are restrictions on what and how many you can list there.