Smart Search enhances your search experience by understanding what you mean—not just what you type. It uses natural language processing (NLP) to interpret keywords, full sentences, and questions, so you can quickly find the most relevant content.
To start using Content Library Smart Search, you need to enable it in the Organization Settings. Admins can navigate to Organization Settings > Content Library > Others and turn on the Content Library Smart Search toggle.
Users can access Smart Search from the search bar in the Library, Moderation and Review tabs of the Content Library.
The Content Library Smart Search supports the following types of searches.
Question search lets you ask a question in plain language, like What is the company’s data policy? or How does the company handle data encryption? Smart search analyzes it to understand your question and generates a direct answer, followed by the most relevant content.
Note:
Natural Language Query (NLQ) allows you to search the way you naturally speak. For example, you can type:
Find content created by Sarah or List Q&A pairs that don’t have an owner.
You may also phrase the same instruction as a question in natural language to filter the content. For example, you can type:
What content has Sarah created? or Which content items don’t have an owner?
Natural Language Query is intuitive and works well for users who may not know the exact filter names or syntax. It's especially helpful when running complex searches that would otherwise require multiple filters.
Example #1:
Show me the content tagged Security, Audit, and Compliance with a star rating between 2 and 4 that haven’t been reviewed in the last quarter.
Example #2:
List content where the last reviewed date is between Jan 2025 to today that are pending review.
Example #3:
What are the content created by Responsive Helpdesk that have not been flagged as Review Required or Clarification?
The system interprets the intent, applies the right filters, and displays accurate results. NLQ helps simplify the search experience—whether you're performing basic lookups or advanced queries—by eliminating the need to learn structured formats.
Structured query search lets you use a structured search format to find or filter content.
Note: Smart Search does not generate a response/answer for query search.
A simple query consists of a field, followed by colon, followed by values.
Syntax/Structure:
field:value
Example:
tags:compliance
The above query finds content with the tag compliance.
A complex query may have two or more fields combined with Boolean operators (AND, OR, NOT).
Syntax/Structure:
field1:value1 operator field2:value2
Example:
answer:encrypted AND product:slack
The above query finds all content that contains the keyword encrypted in the answer field under the product Slack (where Product is a custom field).
More complex queries can be built using the Boolean operators AND, OR, and NOT combined with parentheses.
Syntax/Structure:
(field1:value1 operator1 field2:value2 operator2 field3(value3 operator4 value 5))
Example 1:
(answer:encrypted AND product:slack) AND starrating:1
The above query finds all content that contains the keyword encrypted in the answer under the product Slack (where Product is a custom field) and the star rating is 1.
Example 2:
(language:japanese AND question:翻訳テストAND tags:(security OR japanese OR hippa)) NOT starrating:0.
The above query finds content in Japanese that includes the phrase 翻訳テスト in the question field, is tagged with at least one of these tags—security, japanese, or hippa—and excludes content that has a star rating of 0.
Supported fields:
| Field | Syntax | Example |
|---|---|---|
| Question & Alternate questions | question:<keyword/phrase> | question:business Retrieves all Q&A pairs with the keyword business in the Question. |
| Answer | answer:<keyword/phrase> | answer:product Retrieves all Q&A pairs with the keyword product in all the available Answers. |
| Answer Library Key | key:<uniqueID> | key:AL2825 Retrieves the content with the key AL2825. |
| Has Images / Attachment | has:<image/attachment> | has:image Retrieves content that has images. has:attachment Retrieves content that has attachments. |
| Star Rating | starrating:<number between 0 and 5> | starrating:4 Retrieves content with a star rating of 4. |
| Tags | tags:<tag> | tags:Security OR Audit Retrieves content with the tag Security or Audit. |
| Language | language:<language> | language:japanese Retrieves content with the Language field set to japanese. |
| Custom Fields | <customfieldname>:<displaynamewithoutspaces> | ProductName:LookUp Retrieves content with custom field ProductName set to LookUp. |
| Alert Text | alerttext:<keyword/phrase> | Alerttext:confidential Retrieves content with alert text containing the keywords confidential. |
Note: Query search does not work with Search and Replace.
Keyword search finds content by matching the exact words you type. Use simple keywords like Security or Audit to get results that include those terms.
See Understanding the Content Library keyword search for details on keyword search.