Search knowledge articles based on only short description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2013 05:54 AM
Hi,
We want to search knowledge articles based on short description. Currently it searches the search text in multiple fields and displays the results, but want to match search text only with short description and pull the results. How to achieve this?
Also, how to customize sorting search results? Let's say, we want to sort by KB article No./most used/etc.
- Labels:
-
Knowledge Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2013 04:05 PM
There is a good article in the wiki about administering Knowledge Search.
http://wiki.servicenow.com/index.php?title=Administering_Knowledge_Search#Customizing_Knowledge_Search
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2013 07:25 AM
For the short description part, you'll want to put the "no_text_index=true" attribute on any field you DON'T want to be included in the text index for searching:
http://wiki.servicenow.com/index.php?title=Administering_Zing_Text_Search#Removing_an_Index_for_a_Specific_Field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2013 07:28 AM
As for search order, that's currently limited to just the three options you see. You can open an Enhancement Request with Customer Support if you'd like to see other search result sorting options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2013 11:12 PM
Thanks CapaJC, i already resolved it. In addition to adding attribute "no_text_index=true", regenerating text index in KB_Knowledge also required.
