After the version upgrade, I noticed 2 forced uses of the phonetic search for First name/Last name
One change:
when using the standard Multiple Workflows feature (WorkflowUpdateRecordEntitiesFormWorkflowUpdateRecordEntitiesForm), the search switched to phonetics.
Before the version upgrade
After the version upgrade
Is it configurable? If not, will a phonetic search by last name be added in a future patch?
Add the following XML code to your XML configuration files. <DisplayEntityType Identifier="Directory_User" AutocompleteBinding="Directory_User:LastName" ConsolidationMode="Merge" />
Thanks—yes, we were inheriting those autocomplete settings from the framework. By adapting those of Directory_User and Directory_UserRecord, that solved our problem.