Table of Contents

Search

  1. Introduction
  2. Configuring Hub Console Tools
  3. Building the Data Model
  4. Configuring the Data Flow
  5. Executing Informatica MDM Hub Processes
  6. Configuring Application Access
  7. MDM Hub Properties
  8. Viewing Configuration Details
  9. Search with Solr
  10. Row-level Locking
  11. MDM Hub Logging
  12. Table Partitioning
  13. Collecting MDM Environment Information with the Product Usage Toolkit
  14. Glossary

Step 5. Configure the Filter Type for a Field (Optional)

Step 5. Configure the Filter Type for a Field (Optional)

After you perform a search, you can use filters or facets to narrow down the results. You can configure the fields to specify whether you want to use the field as a filter or a facet. Use filters to narrow down the results based on a value that you specify. Use facets to view the results that are grouped according to the matching fields.
  1. Use a database tool to open the C_REPOS_COMPONENT_INSTANCE repository database table.
  2. Select the BLOB data of the SearchUI instance and open the BLOB data in the XML format.
    The XML file displays the properties of the fields.
    For example:
    <searchUIConfiguration> <co name="SecurePerson"> <field name="displayName" filterType="FILTER" /> <child name="BillAddresses"> <field name="addressType" filterType="FILTER" /> <child name="Address"> <field name="cityName" filterType="FACET" /> </child> </child> </co> </searchUIConfiguration>
  3. Configure the
    filterType
    property for the fields based on your requirement.
    Use the following filter types:
    FACET
    Indicates that the field is a facet.
    FILTER
    Indicates that the field is a filter.
    RANGE_FILTER
    Indicates that the field is a range-based filter. Use the RANGE_FILTER type for the date and numeric fields.
    UNDEFINED
    Indicates that the field is not a facet or a filter.
    If you set
    filterable=true
    and
    facet=true
    or
    facet=false
    in the C_REPOS_CO_CS_CONFIG table, use the
    filterType
    property to override the values. For example, if you set
    filterable=true
    and
    facet=true
    , you can set the
    filterType
    property to FILTER, RANGE_FILTER, or UNDEFINED. If you set the
    filterType
    property to UNDEFINED, the Search workspace does not display the field as a filter or a facet.
  4. Save the file and upload the XML file to the BLOB data.
Restart the application server after you upload the BLOB data of the SearchUI instance.

0 COMMENTS

We’d like to hear from you!