-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
Description
Premise
User backend in LDAP
Steps to reproduce
- Upload a file
- Click on sharing icon
- Search for a user, using name and first of surnames. For example: User is "Roger Luis Padilha de Souza". Then, search for "Roger Luis". User will be found.
- After, search for same user, using name and one for surnames, except the first of them. For example: User is "Roger Luis Padilha de Souza". Then, search for "Roger Padilha"
- User won't be found
Expected behaviour
User must be found using name and one of surnames
Actual behaviour
User is found only if search uses name and first of surnames
Constraint
Behaviour must be defined by configuration (config.php). Default must be actual behaviour. Expected behaviour must be enabled by key user_ldap.enable_medial_search equals to true.