nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

UG: findw not stated if supports partial matches for COMPANY or not #3304

Open nus-pe-bot opened 2 weeks ago

nus-pe-bot commented 2 weeks ago
  1. findi - as stated in UG, supports partial matches.
  2. findw - not stated in UG if supports partial matches for COMPANY or not. Input: findw w/goo. Reason: Attempt to match Google. Result: 0 persons listed! findw does not support partial matches for COMPANY.
  3. findu and findm - as stated in UG, supports partial matches.

[original: nus-cs2103-AY2425S1/pe-interim#2225] [original labels: type.DocumentationBug severity.VeryLow]

verakohh commented 2 weeks ago

Team's Response

We will indicate clearer in the UG if findw supports partial matches in the future.

Duplicate status (if any):

--