Facet form
Summarize
Summary of Facet form
The Facet form in ServiceNow AI Search is used to create or modify facets for search application configurations. Facets help refine search results by allowing users to filter based on specific criteria defined in the facet settings.
Show less
Key Features
- Name: A unique identifier for the facet.
- Label: The display name for the facet in the search interface.
- Facet Field: A list of field names from indexed source tables that will be used as filters for search results. The facet should contain fields that exist in the indexed sources.
- Type: Determines the selection logic for the facet, with options for Single Select, Multi Select And, and Multi Select Or.
- Facet Value Limit: Sets the maximum number of distinct values displayed for the facet.
- Order: Defines the sequence in which the facet appears in the search application.
- Active: Option to enable or disable the facet for use in the application.
Key Outcomes
By configuring facets effectively, ServiceNow customers can enhance the search experience, allowing users to filter results based on relevant criteria. This streamlines the process of finding specific information and improves overall search efficiency. Proper facet configuration ensures that search results are more relevant and user-friendly, ultimately leading to better user satisfaction and engagement with the system.
The Facet form contains information about facets defined for search application configurations in AI Search. Use this form when creating or modifying a facet.
For details on creating or modifying a facet, see Create a facet in an AI Search application configuration.
| Field | Description |
|---|---|
| Name | Unique name for the facet. |
| Label | Label to display for the facet in the search application. |
| Facet Field | Comma-separated list of field names from AI Search indexed source tables. The facet displays search result refinement filters for values from one or more specified fields that are present in the current search result set. When you
select a refinement filter after searching, AI Search restricts the search result set to show only results that contain the specified field value.
Note: When you save or update a facet, AI Search verifies each facet field. To pass verification, the field must exist on at least one record that exists in a search source used by the search application. If a field doesn't
satisfy this condition, the system displays an error message. Supports the following formats:
Special cases include:
Facets work best when created from fields of the following types with relatively few unique values:
|
| Type | Type of the facet. The facet type determines how many field values you can select as facet refinement filters and the filter logic used by the facet. Supports the following values:
Warning: Applying multiple filters from a Multi Select And or Multi Select Or facet makes your search query URL longer. Test your multi-select facet configurations to ensure that search query URLs with facet
filters don't exceed the maximum URL length limit for your web browser. (Different web browsers have different URL length limits.) |
| Facet Value Limit | Maximum number of distinct field values to display for the facet. |
| Order | Order of appearance for the facet in the context of the search application configuration. |
| Active | Option to activate the facet for the application. |