CADB_SoundslikeOperator_Referenceto_Doc ID 1058880.1
Application: Siebel Public Sector
Application version : 8.1.1.4 SIA [21225] ENU(*)
In reference to the Sounds like operator usage in the Siebel we have implemented the phonetic search for the fields Surname and First Name in Contact screen. The below script was working fine but now the query is not fetching any data. And even if I query for the other fields like Last Name for which the script is not implemented the query is not returning anything.
Script:
function checksoundslike(fieldname)
{
// check if searchspec of given field contains soundslike function
// and modify searchspec appropriately to support it
var expr = this.GetSearchSpec(fieldname);