---
sourceDocument: Zurich ServiceNow AI Platform Administration
sourceDocumentLink: https://www.servicenow.com/docs/r/zurich/platform-administration

 Release :

    - zurich

ft:locale :

    - en-US

ft:publication_title :

    - Zurich ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Typo handling

# Typo handling {#ariaid-title1}

* Release version: Zurich
* 
* Updated July 31, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 4 minutes to read

Summarize  
![AI sparkle icon](https://servicenow.com/docs/portal-asset/ai-sparkle-icon) Summarized using AI  
This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.  

## Summary of Typo Handling

Typo handling in AI Search automatically corrects misspelled search query terms by replacing them with auto-correction terms derived from indexed content.
This feature improves search accuracy and user experience by ensuring relevant results are retrieved despite spelling errors.
Customers configure typo handling through a dictionary linked to a search profile, which generates and updates auto-correction terms based on indexed data.
Show full answer Show less  

## Key Features

* **Typo Handling Dictionary:** Automatically created for each search profile when search sources are linked. It cannot be deleted, unlinked, or reassigned. Configuration changes must be saved and the profile published to apply updates.
* **Auto-Correction Conditions:** Only terms between 3 and 255 characters appearing in indexed records are eligible for auto-correction. Certain terms are excluded, such as those with fewer than 3 characters, all uppercase letters (to preserve abbreviations), numeric digits, or explicitly excluded terms.
* **Auto-Correction Behavior:** Misspelled terms found in queries are replaced with closely matching dictionary terms. Users are notified of corrections and can revert to the original query if desired.
* **Refresh Interval:** The typo handling dictionary refreshes its list of auto-correction terms automatically every 24 hours by default, with configurable intervals.
* **Language Support:** Supports multiple languages including English, French, German, Spanish, and others. Auto-correction is not supported for Japanese, Korean, or Chinese variants.
* **Interaction with Other Features:** Auto-corrected terms do not trigger Genius Results by term triggers but can trigger result improvement rules. Auto-correction respects stop words and synonyms settings, affecting how terms are corrected or expanded.
* **Disabling Typo Handling:** Can be turned off by deselecting the Enable Typo Handling option in search application configuration.

## Practical Application for ServiceNow Customers

By leveraging typo handling, ServiceNow customers enhance search effectiveness within their AI Search implementations, reducing user frustration caused by misspellings. Customers should manage typo handling dictionaries linked to their search profiles, update settings to refine auto-corrections, and publish profiles to deploy changes. Understanding exclusions and language dependencies ensures that auto-correction behaves appropriately for their user base. Additionally, customers can control refresh intervals for dictionary updates to balance freshness and system performance.

## Managing Typo Handling Dictionaries

* **Modify Settings:** Adjust dictionary parameters within the search profile to tailor auto-correction behavior.
* **Exclude Terms:** Prevent specific terms from being auto-corrected by excluding them from the dictionary, supporting scenarios where certain spellings must remain unchanged.  
AI Search replaces misspelled search query terms with auto-correction terms derived from indexed content. Configure typo handling dictionary settings to control derivation of auto-correction terms.
To define auto-correction terms for a search profile, modify settings in the profile's linked typo handling dictionary. The typo handling dictionary derives a list of auto-correction terms from indexed content found in search
sources linked to its search profile. Update the typo handling dictionary to save its settings. Publish the linked search profile to make auto-correction terms available for searches that use the profile.

AI Search automatically creates a typo handling dictionary for a search profile when you link search sources to that profile. You can't delete a typo handling dictionary, unlink it from its search profile, or
link it to any other search profile.

To disable typo handling auto-correction for a search application, deselect the Enable Typo Handling option in the search application configuration. For more details on search application configuration
settings, see [Create a search application configuration for AI Search](https://www.servicenow.com/docs/GEJpSzLZ_4KfXroHNXVaxQ "Create a search application configuration to specify AI Search as the search engine for a ServiceNow AI Platform application. Select a search profile for the application to use. Configure the application's settings for refinement and display of search results.").

## Conditions for auto-correction term eligibility {#typo-handling-ais__section_hq3_djt_hnb}

When deriving its list of auto-correction terms, the typo handling dictionary only considers indexed terms that satisfy the following conditions:

* The term includes at least 3 characters and no more than 255 characters.
* The term appears at least once in indexed records from the search profile's linked search sources.
{#typo-handling-ais__ul_p33_mjt_hnb}

## Auto-correction of search query terms {#typo-handling-ais__section_rhw_dt2_4nb}

When a search query includes a term not present in the typo handling dictionary, AI Search looks for terms in the dictionary with similar spelling. If it finds a good match, it automatically replaces the original search query term with the dictionary term.

For example, a search for <kbd class="ph userinput">emial</kbd>, which isn't present on any indexed record, might auto-correct to the similarly spelled term email which exists on multiple indexed records and
thus appears in the typo handling dictionary.

A notification message displays the auto-corrected term. Users can select the link in this message to repeat their search with the original query term.

![Sample auto-correction message showing replacement of search query term emial with email.]()  

## Terms excluded from auto-correction {#typo-handling-ais__section_sdn_j4n_mnb}

Auto-correction ignores search query terms that satisfy any of the following conditions:  
{#typo-handling-ais__table_hwv_325_vnb__entry__2}

| Condition | Description |
|-|-|
| Search query term includes only 1 or 2 characters | Auto-correction ignores search query terms below 3 characters in length. For example, AI Search doesn't auto-correct the search query term <kbd class="ph userinput">gi</kbd>. |
| Search query term includes only uppercase letters | To enable search for abbreviations, auto-correction ignores search query terms that contain only uppercase letters. For example, AI Search doesn't auto-correct the search query term <kbd class="ph userinput">PINN</kbd>, even if it auto-corrects the lowercase form <kbd class="ph userinput">pinn</kbd> to pin. |
| Search query term includes one or more numeric digits | To enable search for numbers and alphanumeric identifiers, auto-correction ignores search query terms that include numeric digits. For example, AI Search doesn't auto-correct the search query term <kbd class="ph userinput">402K</kbd>. |
| Search query term excluded from typo handling dictionary | Auto-correction ignores search query terms excluded from the typo handling dictionary. For instructions on excluding terms from a typo handling dictionary, see [Exclude a term from a typo handling dictionary](https://www.servicenow.com/docs/9XOS5su7OQp7cv~TUC7e2w "Prevent AI Search from auto-correcting a term in user search queries by excluding the term from a typo handling dictionary."). |
[ ]

{#typo-handling-ais__table_hwv_325_vnb}

## Automatic refresh of auto-correction term lists {#typo-handling-ais__section_p3w_dx2_4nb}

Each typo handling dictionary automatically refreshes its list of auto-correction terms after a set interval. The refresh operation has the same effect as republishing the dictionary's linked search profile.

By default, typo handling dictionaries refresh every 24 hours. If you want the term list refreshed less frequently, you can increase this interval in the dictionary settings.

## Language dependence {#typo-handling-ais__section_dnt_ywq_gnb}

Typo handling is language-dependent. AI Search derives a separate list of auto-correction terms for each supported language found in the search sources' indexed content.

AI Search supports derivation of auto-correction terms for Arabic, Brazilian Portuguese, Czech, Danish, Dutch, English, Finnish, French - Canada, French, German, Hebrew, Hungarian, Italian, Norwegian (Bokmål), Polish, Portuguese, Russian, Spanish, Swedish, and Turkish. Typo handling auto-correction term derivation isn't supported for Japanese, Korean, Simplified Chinese, or Traditional Chinese.

## Interaction with other search features {#typo-handling-ais__section_p3f_wsy_2nb}

The following table describes interactions between typo handling and other search features.  
{#typo-handling-ais__table_vdr_yd5_fnb__entry__2}

| Feature | Interaction with typo handling |
|-|-|
| [Genius Results](https://www.servicenow.com/docs/c3DSgXGDh~DRg65HdCz58g "Configure Genius Results to display AI-powered answer cards alongside search results. These cards provide direct answers to user queries, reducing the need to browse multiple search results.") | Auto-corrected search query terms can't trigger Genius Result configurations with Term trigger conditions. When computing Q\&A Genius Results for a search query, AI Search corrects terms in the query. |
| [Lemma and Unicode normalization](https://www.servicenow.com/docs/p6A~3LJ4YdT8gYpA4z_t_A "AI Search normalizes inflected words and Unicode glyphs during indexing and at search query time. Normalization improves search recall and enables users to find content with variant forms of their search query terms.") | AI Search performs lemma and Unicode normalization on auto-corrected search query terms. |
| [Result improvement rules](https://www.servicenow.com/docs/a3nHO5qSSKjYPdPvt6nQxg "Define rules with configurable trigger conditions to boost, block, or promote search results for specific searches. You can also boost search results for documents matching elements of the user context, such as a user's country, OS, or device type.") | An auto-corrected search query term can trigger a result improvement rule if it matches the rule's Query trigger. |
| [Stop words](https://www.servicenow.com/docs/_OIrl~Na5Fx09pIxCyczeA "Stop words remove search query terms that don't produce meaningful results. Improve search precision and relevancy by configuring stop word dictionaries and defining stop words.") | If a misspelled search query term is defined as a stop word, AI Search auto-corrects that term normally instead of removing it. AI Search ignores terms defined as stop words when determining an auto-correction for a misspelled search query term. For example, if you define <kbd class="ph userinput">email</kbd> as a stop word, AI Search doesn't offer <kbd class="ph userinput">email</kbd> as an auto-correction when you search for <kbd class="ph userinput">emial</kbd>. |
| [Synonyms](https://www.servicenow.com/docs/uEz7~EhieFhndupqyUL_EQ "Synonyms expand search queries to include additional terms with equivalent meaning or usage. Improve search recall by configuring synonym dictionaries and defining synonyms.") | If a misspelled search query term is defined as a synonym, AI Search expands that synonym without auto-correcting it. |
[ ]

{#typo-handling-ais__table_vdr_yd5_fnb}
* **[Modify settings for a typo handling dictionary](https://www.servicenow.com/docs/alun57bIDGkULirvZONAgw)**   
  Modify typo handling dictionary settings for a search profile.
* **[Exclude a term from a typo handling dictionary](https://www.servicenow.com/docs/9XOS5su7OQp7cv~TUC7e2w)**   
  Prevent AI Search from auto-correcting a term in user search queries by excluding the term from a typo handling dictionary.

