Table of Contents

Search

  1. Preface
  2. Introduction
  3. Configuring the Data Director Application
  4. Establishing a Root Node
  5. Defining the Business Entity Model
  6. Configuring Business Entity Properties
  7. Configuring Reference Entity Properties
  8. Transforming Business Entities and Views
  9. Configuring Hierarchy and Network Relationships
  10. Creating Match Rule Sets
  11. Configuring Search
  12. Configuring Tasks
  13. Configuring Security and Data Filters for Business Entities
  14. Integrating Data as a Service
  15. Configuring External Calls
  16. Designing the Data Director User Interface
  17. Localizing Data Director
  18. Appendix A: Provisioning Tool Frequently Asked Questions

Similar Records with Search Example

Similar Records with Search Example

You want to configure the Similar Records component with search. You want to base the search for similar records on the searchable fields first name and last name. You specify
smartSearch
as the
searchType
.
To configure the Similar Records component with search, you use the following code:
<config> <searchableFields> <field name="firstName"/> <field name="lastName"/> </searchableFields>
<searchType>
<smartSearch> </smartSearch>
</searchType>
<label existsFormat="{1} {2} {3}"> <column columnUid="firstName" /> <column columnUid="middleName"/> <column columnUid="lastName" /> </label> </config>

0 COMMENTS

We’d like to hear from you!