[
https://issues.apache.org/jira/browse/WHIMSY-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14939765#comment-14939765
]
Sam Ruby commented on WHIMSY-16:
--------------------------------
At the moment, I can't reproduce the issue.
First, kwright's email is in lower case:
https://whimsy.apache.org/roster/committer/kwright (I'm not including the email
address here, as it is publicly visible, but if you go that page and
authenticate, you will see it).
Second, the code in question starts by "downcasing" your search text, splitting
it into words (on space boundary), then concatenating various fields from the
user in question (id, LDAP cn, public_name, legal_name , and mail addresses),
downcasing the result, splitting that into words, and then verifying that all
the words in the search text are present in the concatenated user field. The
code in question is in {{filter :committer_match}}, and can be found in
https://svn.apache.org/repos/infra/infrastructure/trunk/projects/whimsy/www/roster/js/app._js
> the committer search doesn't return results if the email address being
> searched for contains mixed case
> -------------------------------------------------------------------------------------------------------
>
> Key: WHIMSY-16
> URL: https://issues.apache.org/jira/browse/WHIMSY-16
> Project: Whimsy
> Issue Type: Bug
> Reporter: Ulrich Stärk
>
> When you go to https://whimsy.apache.org/roster/committer/ and search for an
> email address that is stored using mixed case (e.g. kwright's), the search
> doesn't return any result no matter whether you search for the address in
> lower case or in the same mixed case as stored in our systems.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)