junjieteoh / pe

0 stars 0 forks source link

Finding phone number should not have input restriction limits #7

Open junjieteoh opened 2 years ago

junjieteoh commented 2 years ago

As of now, if I want to find someone with phone number that starts with 92, i cant do so due to the input constraint on p/

Please refer to the example below.

image.png

I think a better implementation will be removing this restriction about at least 3 digits.

Because sometimes I just want to find everyone with phone numbers starting with 92 (for whatever reason I am not sure), but the current implementation stops me from doing so and returns me an invalid argument error message. So there is no way for me to find these two person together (refer image below) with the starting 2 number of their phone.

image.png

soc-pe-bot commented 2 years ago

Your response not required for this bug as the team has accepted the bug as it is.