Page 1 of 1

Adressbook search doesnt show all adresses

Posted: Mon Feb 28, 2005 7:58 am
by dgu
Hi,

i have the following email adresses in my adressbook

Lebreton GMP <f.lebreton@gmxxxxxx.fr>
Leroux GMP <mleroux@gmxxxxxx.fr>

omsearch delivers the following output for these adresses:
S=Francois/G=Lebreton/OU1=internet/CN=Lebreton GMP /INTERNET-ADDR="Lebreton GMP" <f.lebreton@gmxxxxxx.fr>

S=Leroux/G=GMP/OU1=internet/CN=Leroux GMP/INTERNET-ADDR="Leroux GMP" <mleroux@gmxxxxxx.fr>


When i write "GMP" in the To field and use then the completion from the adressbook, the search delivers only

Leroux GMP <mleroux@gmxxxxxx.fr>

Does the search work only of the "S" and the "G" attribute?


Regards
dgu

directory search

Posted: Mon Feb 28, 2005 2:34 pm
by Stephen
By default Scalix searches the directory in this order:
Surname, Given Name, Initial, Common Name
Looking at you directory entry the second person has the Given Name GMP so it finds it successfully. Since it resolved it it didn't get down to the Common Name field. You can optimize the directory to search CN first if it is common practice for your users to use CN. To do that use the omdiropt command.

omdiropt -a CN/S/G/I -d SYSTEM -t s

This will likely do the trick. You may need to log out and back in to see the changes.

Cheers,

Stephen

Posted: Tue Mar 01, 2005 10:31 am
by dgu
Thanks :)


Cheers,
dgu