- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2020 10:09 PM
While searching with the keyword on KB through the service portal if the word is available in the article body still showing this result.
as i checked the contextual search configuration for KB and the field is added only the short description still result showing if the keyword is available in the article body .
please anyone help me where this configuration done for searching the result.
I want to show the search result , if the word is available in the short description only not in the article body
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2020 04:41 AM
Hi Santoshi,
To make a field excluded from search, you can use this.
Administering Zing Text Search - ServiceNow Wiki
5.4 Removing an Index for a Specific Field
To remove an index against a specific field within an indexed table:
Navigate to a form containing the field.
Right-click the field label and select Configure Dictionary (Personalize Dictionary in versions prior to Fuji).
Add no_text_index=true to the Attributes field. Separate multiple attributes with a comma (with no spaces).
Click Update.
The system no longer indexes or queries the field for text search results.
=> Make sure to re-generate text index as well
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Cuong Phan
DXC Consultant.
Cuong Phan
ServiceNow Technical Lead

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2020 08:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2020 11:04 AM
Thanks Cuong Phan,
Could you please confirm In the above script where I need to add the "Articles body" field is false , So the searching result show only if the keyword is available in the short description not in the "Article body".
Appreciate if you help me to stop searching in the Article body.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2020 04:41 AM
Hi Santoshi,
To make a field excluded from search, you can use this.
Administering Zing Text Search - ServiceNow Wiki
5.4 Removing an Index for a Specific Field
To remove an index against a specific field within an indexed table:
Navigate to a form containing the field.
Right-click the field label and select Configure Dictionary (Personalize Dictionary in versions prior to Fuji).
Add no_text_index=true to the Attributes field. Separate multiple attributes with a comma (with no spaces).
Click Update.
The system no longer indexes or queries the field for text search results.
=> Make sure to re-generate text index as well
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Cuong Phan
DXC Consultant.
Cuong Phan
ServiceNow Technical Lead
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2020 05:07 AM
Thanks Cuong Phan,
I did the above configuration and its working perfectly as per my requirement.
Thanks a lot:)