Suppress Primary Key in search results?
Posted: Fri Dec 16, 2011 3:59 pm
When searching for a street address by number, e.g. 12035, I am also getting matches based on the Primary Key in other tables (e.g. phone and email, where the Record ID matches 12035). For both phone and email tables, only one field each is set up to be searched (one phone field for Phones and one email field for Emails). I don't see anywhere in the scripts where the field with the object name of UniqueID gets searched but I might be missing something. I don't want the primary key fields included in the search and would like to suppress this in most cases.