- The search for participants by first name in the list of members of the meetup should :
- return no participant where there is no member found with the query.
- return one participant when there is a member found with the query.
- return all matching participants where there are multiple members found with the query.
Refactoring the production code so that becomes functional.