find_members does not correctly display all matching results. For 2 names that begin with the same string, only one is shown. This would make finding certain names difficult if you do not remember the full name. This is also not optimised as you have to type in the full name every time.
Steps to Reproduce
Add 2 members with names differing by 1 extra character eg. Ahmad, Ahmady
Description
find_members does not correctly display all matching results. For 2 names that begin with the same string, only one is shown. This would make finding certain names difficult if you do not remember the full name. This is also not optimised as you have to type in the full name every time.
Steps to Reproduce
find_members ahmad
Expected Outcome
Both members to be shown as result
Actual Outcome
Only one is shown