Identity Search

Hi,

I need to produce a rule to carry out fairly complex identity searching to ascertain if a user already exists in the system. The customer's requirement is that the search should check on first name, last name, and middle name first using an exact match, then trying soundex, and finally doing a fuzzy search.

Has anyone out there tried to implement something like this before, and if so can you provide any tips for achieving soundex and fuzzy search?

Tim

[485 byte] By [timbo] at [2007-11-26 10:48:41]
# 1
I don't even know what Soundex and Fuzzy search are....they sound like terms I heard while in college... :)What are the logical steps to do this in non-Sun IdM world? From there, we can port it to Sun IdM.
Indranil_Chakraborty at 2007-7-7 3:01:09 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Tim, There is a workflow services inorder to perform this search options.You need to follow the start with/contains/equals options in the AttributeCondition list as arugment map. Please check documentation for syntax.--sFred
sFred at 2007-7-7 3:01:09 > top of Java-index,Web & Directory Servers,Directory Servers...