- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2017 08:37 AM
Q1)Service Portal Search selection should group knowledge articles and catalog items separate it displays all together now.Is there any way to group them in typeahead search PFA.
Q2) Can any suggest me on how to label Knowledge Article on header and show list of articles below that and similar to label service catalog and catalog list below that .Rather then displaying knowledge article and service catalog for each entry.
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- 8,456 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2017 11:14 AM
Thanks for your response i found solution by making some script changes and it worked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2018 10:07 AM
Hi Devika U,
It seems like you are using custom widget for "typeahead search". Make sure to verify that in server script of that widget you comment on { get display "description" } or in function "service catalog" comment this line
"item.label = item.name +" - "+ item.description;"
Hope this fixes your issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2018 11:19 PM
Hi Bsk,
Thanks for the reply. I used the above code for search, but knowledge articles are shown first and catalogs are below .. How can we change the order of it.
Also its displaying results even when there is nothing entered in the search.
Please help!!
Regards,
Gope
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2018 12:45 PM
Can you please provide me the code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2019 12:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2019 05:23 AM
Good Da bsk,
could you please let know where and what changes you made to achieve these results ( splitting service catalog or KB).
Thanks!!