-
- Downloads
Profile Names: Correctly resolve the first and last names.
searchUserProfiles does a LIKE SQL query, which may return multiple user profiles. It then selects the first result, which could belong to a different user with a longer name. e.g. if both Michel and Michelle are registered, Michel is incorrectly resolved as Michelle. GitLab: #135 Change-Id: Ib9bacb8e6cb2fc747ea7d4acd206b0841deea37d
Please register or sign in to comment