Exploring Search Suggestions
Summarize
Summary of Exploring Search Suggestions
The Search Suggestions application enhances search experiences in AI Search applications and Zing text indexing by providing users with suggested search completions. It collects and utilizes query terms and results from user searches to offer relevant auto-complete and search suggestions in real-time.
Show less
Key Features
- Auto-Complete Suggestions: As users type in AI Search applications, relevant suggestions are displayed to facilitate quick searches.
- Search Suggestions in Zing: The Zing text search engine shows relevant search suggestions to users as they enter their queries.
- Script Scheduling: Administrators can configure the timing for building and pruning suggestions, ensuring that users receive timely and relevant options.
- Data Analysis: Administrators can review saved search results to understand user interaction with suggestions, enabling better configuration and tuning of the suggestions.
- Customization Options: Administrators can set limits on the age of search data used for suggestions and can prevent unwanted suggestions from appearing.
Key Outcomes
- Users benefit from enhanced search efficiency through relevant auto-complete and search suggestions.
- Administrators can maintain a high level of suggestion relevancy and freshness by managing saved search data effectively.
- The overall user experience is improved, leading to better engagement with search applications.
Learn how Search Suggestions displays suggestions to users in AI Search applications and the Zing text indexing and search engine. Review the rules that dictate which suggestions are offered in each search application and context.
Search Suggestions overview
The Search Suggestions application makes it possible for search applications to display suggested search completions or results to users as they enter terms into a search field.
Search Suggestions saves query terms and results from user searches. A Build Search Suggestions script runs against this saved data periodically to generate auto-complete suggestions for AI Search and search suggestions for Zing text search. The Prune Search Suggestions script runs periodically to remove low-relevancy suggestions.
Administrators can limit the age of saved search data used to generate suggestions. They can also configure specific suggestions to prevent them from being displayed to search application users.
Search Suggestions workflow
In this infographic, see a sample workflow of how different users in an organization configure and use auto-complete suggestions and search suggestions with the Search Suggestions application.
- Administrators configure Search Suggestions settings, including scheduling of scripts and restrictions on which saved search results the system uses to create auto-complete suggestions and search suggestions.
- The system saves users' search results and uses them to generate new auto-complete suggestions and search suggestions.
- Search users view and select generated auto-complete suggestions in AI Search applications.
- Search users view and select generated search suggestions in Zing.
- Non-authenticated guest users access and review the list of generated suggestions created from searches by external users.
- Administrators review and analyze saved search results to improve understanding of how users interact with generated suggestions, allowing for more effective tuning of Search Suggestions settings.
Search Suggestions benefits
| Benefit | Feature | Users |
|---|---|---|
| View and select relevant auto-complete suggestions when searching in AI Search applications. | Auto-complete suggestions in AI Search applications | AI Search users |
| View and select relevant search suggestions when searching with the Zing text search engine. | Zing displays search suggestions as users enter search terms | Zing search users |
| See the list of auto-complete suggestions and search suggestions created from searches by external users. | Use the GraphQL REST API to view suggestions created from external user searches | Non-authenticated guest user |
| Control suggestion generation time by configuring how often the system builds auto-complete suggestions and search suggestions from user search strings. | Schedule the Build Search Suggestions script | Administrator |
| Improve suggestion relevancy by configuring how often the system prunes the least relevant auto-complete suggestions and search suggestions from the Search Suggestion [sys_search_suggestion] table. | Schedule suggestion pruning | Administrator |
| Increase suggestion freshness by using only the most recent search event records to create auto-complete suggestions and search suggestions. | Set maximum age for searches used in suggestion generation | Administrator |
| Prevent creation of unwanted auto-complete suggestions and search suggestions. | Prevent the creation of suggestions in special cases | Administrator |
| Understand how users interact with search by analyzing data from the Search Suggestions tables. | Analyze search relevancy | Administrator |