GETTING STARTED
SearchAssist Overview
SearchAssist Introduction
Onboarding SearchAssist
Build your first App
Glossary
Release Notes
Current Version
Recent Updates
Previous Versions

CONCEPTS
Managing Sources
Introduction
Files
Web Pages
FAQs
Structured Data 
Connectors
Introduction to Connectors
SharePoint Connector
Confluence Connector
Zendesk Connector
ServiceNow Connector
Salesforce Connector
Azure Storage Connector
Google Drive Connector
Dropbox Connector
Oracle Knowledge Connector
Virtual Assistants
Managing Indices
Introduction
Index Fields
Traits
Workbench
Introduction to Workbench
Field Mapping
Entity Extraction
Traits Extraction
Keyword Extraction
Exclude Document
Semantic Meaning
Snippet Extraction
Custom LLM Prompts
Index Settings
Index Languages
Managing Chunks
Chunk Browser
Managing Relevance
Introduction
Weights
Highlighting
Presentable
Synonyms
Stop Words
Search Relevance
Spell Correction
Prefix Search
Personalizing Results
Introduction
Answer Snippets
Introduction
Extractive Model
Generative Model
Enabling Both Models
Simulation and Testing
Debugging
Best Practices and Points to Remember
Troubleshooting Answers
Answer Snippets Support Across Content Sources
Result Ranking
Facets
Business Rules
Introduction
Contextual Rules
NLP Rules
Engagement
Small Talk
Bot Actions
Designing Search Experience
Introduction
Search Interface
Result Templates
Testing
Preview and Test
Debug Tool
Running Experiments
Introduction
Experiments
Analyzing Search Performance
Overview
Dashboard
User Engagement
Search Insights
Result Insights
Answer Insights

ADMINISTRATION
General Settings
Credentials
Channels
Collaboration
Integrations
OpenAI Integration
Azure OpenAI Integration
Billing and Usage
Plan Details
Usage Logs
Order and Invoices

SearchAssist PUBLIC APIs
API Introduction
API List

SearchAssist SDK

HOW TOs
Use Custom Fields to Filter Search Results and Answers
Add Custom Metadata to Ingested Content
Write Painless Scripts
Configure Business Rules for Generative Answers

Facets

Facets allow users to refine their search results by selecting appropriate filters based on the field values. These filters are used to fine-tune the search results and category listings without scrolling through innumerable pages. For example, in an eCommerce search, options to select the price range for the product or to filter the results based on the color of the product are provided. 

SearchAssist application allows you to configure and manage facets. You can mark any indexed fields as a facet. Enabling the facet allows the search user to view the filters associated with the search results and also the count of matched results in the filter.

The SearchAssist application allows you to define two types of facets: 

  • Range Facet is used for filter attributes that have a defined range of values such as price, age, etc. It returns the result within the selected range. In product search scenarios, the Range facet is used to choose the price value of a product. For example, on an e-commerce website, you can use Range Facets to show all smartphones in the range of $1000 to $20000.
  • Value Facet is used for filter attributes that are treated as labels such as colors, gender, etc.

You can configure both single-select and multi-select facets. The multi-select facet allows you to customize whether a user can select only a single item or multiple items in a filter. You can also customize the order in which the filters are displayed to the user by simply drag and drop operation.

Add Facets

To add facets, follow the below steps:

  1. Click the Indices tab on the top.
  2. On the left pane, under the Search Configuration section, click Facets.
  3. On the Facets page, click Add Facets.
  4. On the Add Facet dialog box, in the Field Name field, search for a field and select it.
  5. Enter a name in the Facet Name field.
  6. Select the type from the Facet Type drop-down list as either Range or Value.
  7. For the Value type facet, you can further customize the user experience by configuring the following details:
    1. Facet Size is the number of Facet values provided to the user for selection.
    2. Facet values to be provided Sort by
      1. Ascending or Descending value of Count
      2. Ascending or Descending value of Label
  8. For the Range type facet, you can further customize the user experience by configuring the following details:
    1. Optional Range Name, if not provided, then the range is displayed as the name for the user.
    2. From and To values to be provided to the user for selection.
    3. You can add multiple ranges.
  9. You can turn on the Multi-Select toggle to allow the user to select multiple facets values.
  10. Click Add.

Action

You can achieve the following from the Facets list view page:

  1. Search for a given Facet by name.
  2. Filter the Facets on Type, Selection criteria, and Status.
  3. Edit or Delete a Facet using the edit/delete icons. You can also delete facets in bulk with the Bulk Select option.
  4. Using the handlebar against each facet, you can specify the order in which facets are presented to the user.

On this Page

Facets

Facets allow users to refine their search results by selecting appropriate filters based on the field values. These filters are used to fine-tune the search results and category listings without scrolling through innumerable pages. For example, in an eCommerce search, options to select the price range for the product or to filter the results based on the color of the product are provided. 

SearchAssist application allows you to configure and manage facets. You can mark any indexed fields as a facet. Enabling the facet allows the search user to view the filters associated with the search results and also the count of matched results in the filter.

The SearchAssist application allows you to define two types of facets: 

  • Range Facet is used for filter attributes that have a defined range of values such as price, age, etc. It returns the result within the selected range. In product search scenarios, the Range facet is used to choose the price value of a product. For example, on an e-commerce website, you can use Range Facets to show all smartphones in the range of $1000 to $20000.
  • Value Facet is used for filter attributes that are treated as labels such as colors, gender, etc.

You can configure both single-select and multi-select facets. The multi-select facet allows you to customize whether a user can select only a single item or multiple items in a filter. You can also customize the order in which the filters are displayed to the user by simply drag and drop operation.

Add Facets

To add facets, follow the below steps:

  1. Click the Indices tab on the top.
  2. On the left pane, under the Search Configuration section, click Facets.
  3. On the Facets page, click Add Facets.
  4. On the Add Facet dialog box, in the Field Name field, search for a field and select it.
  5. Enter a name in the Facet Name field.
  6. Select the type from the Facet Type drop-down list as either Range or Value.
  7. For the Value type facet, you can further customize the user experience by configuring the following details:
    1. Facet Size is the number of Facet values provided to the user for selection.
    2. Facet values to be provided Sort by
      1. Ascending or Descending value of Count
      2. Ascending or Descending value of Label
  8. For the Range type facet, you can further customize the user experience by configuring the following details:
    1. Optional Range Name, if not provided, then the range is displayed as the name for the user.
    2. From and To values to be provided to the user for selection.
    3. You can add multiple ranges.
  9. You can turn on the Multi-Select toggle to allow the user to select multiple facets values.
  10. Click Add.

Action

You can achieve the following from the Facets list view page:

  1. Search for a given Facet by name.
  2. Filter the Facets on Type, Selection criteria, and Status.
  3. Edit or Delete a Facet using the edit/delete icons. You can also delete facets in bulk with the Bulk Select option.
  4. Using the handlebar against each facet, you can specify the order in which facets are presented to the user.