GETTING STARTED
SearchAssist Overview
SearchAssist Introduction
Onboarding SearchAssist
Build your first App
Glossary
Release Notes
What's new in SearchAssist
Previous Versions

CONCEPTS
Managing Sources
Introduction
Files
Web Pages
FAQs
Structured Data 
Connectors
Introduction to Connectors
Azure Storage Connector
Confluence Cloud Connector
Confluence Server Connector
Custom Connector
DotCMS Connector
Dropbox Connector
Google Drive Connector
Oracle Knowledge Connector
Salesforce Connector
ServiceNow Connector
SharePoint Connector
Zendesk Connector
RACL
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
Custom Configurations
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
Team
Collaboration
Integrations
OpenAI Integration
Azure OpenAI Integration
Custom Integration
Billing and Usage
Plan Details
Usage Logs
Order and Invoices
Smart Hibernation

SearchAssist 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

SearchAssist Application

An application in SearchAssist is a set of configurations and data from various sources. Search users can interact with the application once it is deployed on any of the channels. SearchAssist supports only web SDK channels.

You can have different applications for different environments, business purposes, regions, etc. When your application runs in different environments, you want to use different sets of data. For example, when you run your application on a staging website, you tend to use test data instead of production data. Similarly, the same applies to search. When you work on a staging version of your website, you tend to avoid hitting your production index for privacy reasons and to avoid skewing your analytics.

There are two ways you can split your search implementation for each environment:

  1. Separate your environments into different indices on the same application.
  2. Create several applications, and use one for an environment.

You can set the best approach depending on the isolation level you need between your environments.

SearchAssist Application

An application in SearchAssist is a set of configurations and data from various sources. Search users can interact with the application once it is deployed on any of the channels. SearchAssist supports only web SDK channels.

You can have different applications for different environments, business purposes, regions, etc. When your application runs in different environments, you want to use different sets of data. For example, when you run your application on a staging website, you tend to use test data instead of production data. Similarly, the same applies to search. When you work on a staging version of your website, you tend to avoid hitting your production index for privacy reasons and to avoid skewing your analytics.

There are two ways you can split your search implementation for each environment:

  1. Separate your environments into different indices on the same application.
  2. Create several applications, and use one for an environment.

You can set the best approach depending on the isolation level you need between your environments.