sn_search.ScriptableSearchAPI Description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2022 01:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2025 09:13 AM
Hello,
Have you found any information on this?
Could you share?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2023 06:57 AM
Hi, I have a question about the "Search KB" in Agent Workspace too.
I wonder if we can add some conditions to the "Search KB" in Agent Workspace, like when the agent types the keyword, it just shows KBs that satisfy the condition "category=FAQ, country=User's country/blank & brand=User's brand/blank"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2023 09:25 PM
searchFilters takes sys_id's from sys_search_filter table. You can add sys_search_filter record under your profile with the required condition so it will filter the records accordingly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2023 01:55 AM
Thank you for your reply @Rahul Jain6 . And I have one more question:
About searchFilter list, there are two cases:
1. searchFilter is an empty list (same as OOTB script)
2. searchFilter takes at least 1 sysid from sys_search_filter table (you already replied)
When calling api.search() to get KB results from agent's keyword, are there any differences in search results if searchFilter is set in two different cases?