The user can filter through a field 'name'. This field is used to search for name and surname. So the user can input 'Flavia' and the search will be made for persons with name or surname containing the given 'Flavia'. Or (s)he can enter 'Paganelli' and both name and surname are searched for that string.
The search results are shown in a list and the user can select one to use as a target for EditUserStory.
Technical specification
With Spring LDAP the search can be done using WhitespaceWildcardsFilter and OrFilter to search at the same time for name and surname.