We are pulling our customers from LDAP and unfortunately the way it is setup is that there is only first and last name fields and some people have their middle initial in the first name field as well. So instead of givenname = Jane, it may be givenname = Jane S. It would be nice to be able to just type "Jane Doe" and not have OTRS worry about the "S" that may be in the middle.
My current customer search is
Code: Select all
CustomerUserSearchFields => ['givenname','sn','cn', 'mail'],