Retired Knowledge articles in Global search
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2017 03:53 AM
Hi,
can anyone help me, how can I make the retired knowledge articles not to be visible in Global search.
Actually service desk users are able to view retired knowledge articles by entering the number in global search.
can anyone please provide me the solution.
I have tried creating READ ACL on kb_knowledge table, but no use.
Thank you.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2018 01:22 AM
The BR rule doesn't seem to work. It is not able to find any record in action.search("textsearch.do")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2018 06:42 AM
Hi Dipam,
You have to chnage the logic in business rule, it will support only upto helsinki.
if you are using Jakarta or higher then
do the fallowing.. replace the above line with this line.. it will work.
action.search("text_search_exact_match.do")
If you feel my answer is correct, mark it as helpful or Like.
Thank you..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2018 01:49 AM
Thanks Harish for your support.It really worked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2018 06:36 AM
Hi Prakash
Is there an update from vendor.We are facing the same issue.I hid it using BR but if the article valid to date is today or more than that it is displaying the article in global search.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2017 02:28 PM
Is the Valid to date greater than or equal to today? I believe Articles with valid to dates still 'active' show up in searches.