
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2022 03:54 PM
I know what the documentation says (Field settings (servicenow.com))...
no_text_index |
Option to disable indexing of searchable content from the selected field on records from the indexed source. Supported values:
|
not_searchable |
Option to disable search matching for content indexed from the selected field. Supported values:
|
But this doesn't seem clear to me - they seem to be doing the same thing... maybe I just can't tell the functional difference between "searchable content" and "search mapping for content" so can anybody clarify in different terms what the differences are between these two field search settings?
Solved! Go to Solution.
- Labels:
-
AI Search
-
Multiple Versions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2022 12:17 PM
'Not Searchable' is for the ability to store and present fields without searches matching against them. It's really an optimization.
A possible example of something that you would want stored, but wouldn't want searchable is the url for external content. You would want the user to be able to navigate to the url, but searching on it usually isn't important.
The same is true for fields you may want to use as filter values, but not necessarily search against.
'No Text Index' is ignored entirely.
Does that help clarify?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2022 12:17 PM
'Not Searchable' is for the ability to store and present fields without searches matching against them. It's really an optimization.
A possible example of something that you would want stored, but wouldn't want searchable is the url for external content. You would want the user to be able to navigate to the url, but searching on it usually isn't important.
The same is true for fields you may want to use as filter values, but not necessarily search against.
'No Text Index' is ignored entirely.
Does that help clarify?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2022 01:12 PM
Ahh... ok I think the underlying concept is something I didn't realize but can help explain this (correct me if I'm wrong): by default, all the fields of an indexed table are indexed and searchable unless you used one of these properties.
But very helpful, yes thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2022 07:30 AM
that's right!