On Global search SYS id is coming instead of short description.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2024 12:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2024 04:32 AM
yes, i got the solution.. if you need the solution .please let me know
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2024 07:54 AM
Hi @Sumisngh29 ,
Please add the solution here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2024 08:11 AM
Ensure that the "Short Description" field is set as the primary field for display instead of the "Sys ID".
----------------------------------------
If my response was useful, please mark as "Accept as Solution" and " Helpful." This action benefits both the community and me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2024 09:41 AM
Rebuild the Search Index
Navigate to Search Indexes:
- Go to System Definition > Search Indexes.
Rebuild the Knowledge Index:
- Find the index related to knowledge articles.
- Click on Actions and select Rebuild Index.
- <div class="search-result-item">
<h3>${short_description}</h3>
<p>${text}</p>
<p><small>${number}</small></p>
</div>
Thanks and Regards
Shreedevi Narayana
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2024 04:05 PM
For anyone else still having this issue, ServiceNow have advised that it is a known problem (PRB1762185) and will be resolved in the Xanadu release. For now, the workaround is to update the list view of your article templates default view so that a string field comes straight after the number field. In our case, we added the short title (short_description) field after the number field and it resolved the issue.