Deactivate suggest search
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 05:31 PM
When Users search in ESC, Recent Searches and Popular Searches should not show.
How can i do?
1 REPLY 1
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 09:14 PM
Hi @Jaeik Lee ,
The following system properties enable and disable Search Suggestions:
- glide.search.suggestions.enabled: Set to true (default) to enable Search Suggestions in Zing, or set to false to disable Search Suggestions in Zing.
- glide.service_portal.search_as_you_type_behavior: Select Suggestions or Typeahead functionality in the Service Portal.
So,
- In the navigation filter, enter sys_properties.list.
- To switch between Search Suggestions and type-ahead functionality in Service Portal, follow these steps.
- In the Name search column, enter glide.service_portal.search_as_you_type_behavior.
- On the System Property page, in the Value field, enter Suggestions to enable Search Suggestions, or Typeahead to enable type-ahead functionality.
You can only enter one of these options.
- To turn Search Suggestions on or off globally, follow these steps.
- In the Name search column, enter glide.search.suggestions.enabled.
- In the Value field, double-click the value and select true to enable suggestions, or false to disable Search Suggestions globally.