IBM Lotus Quickr: How to change sort-order in directory search-results?

To change the sort order of the directory search results within Quickr to the look-and-feel used in germany (“Lastname, Firstname” instead of “Firstname, Lastname”) you have to add the following lines to XPCONFIG.XML:

<user_directory>
<ldap>
<member_lookup_ui>
<column_name>
<person>sn, givenname</person>
</column_name>
<column_disambiguate>
<person>(mail)</person>
</column_disambiguate>
</member_lookup_ui>
</ldap>
</user_directory>

This will display “Lastname, Firstname” in the first column and “(e-mail-address)” in the second column.

Beware of the fact that this only works for LDAP directories. I am not aware of any possibility to change the sort order for the Domino directory.

IBM Lotus Quickr: How to change sort-order in directory search-results?
Tags: lotusquickr