---
sourceDocument: Xanadu ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/platform-administration

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Fuzzy numeric search

# Fuzzy numeric search in AI Search {#ariaid-title1}

* Release version: Xanadu
* 
* Updated January 29, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 4 minutes to read

Fuzzy numeric search lets you find indexed records by their Number field values without needing to enter alphabetic prefixes or leading zeroes.

## Fuzzy numeric search overview {#fuzzy-numeric-search__section_ywj_bq1_zdc}

Fuzzy numeric search in AI Search allows your numerical search terms to match indexed ServiceNow AI Platform® records by their Number field values. The fuzzy matching compares the numeric search term with each indexed record's Number, ignoring its alphabetical prefix and any leading zeroes. As an example, if
you index knowledge article and problem records, a search for <kbd class="ph userinput">23583</kbd> might return knowledge article KB00023583 and problem PRB00023583 as search results.  
When fuzzy numeric search is activated, AI Search checks all-numeric search terms for fuzzy numeric matches when you search and when computing auto-complete suggestions for your search terms.  
Important:  
Fuzzy numeric search only searches records from numbered tables. These are tables with Number fields that have prefixes defined in the Number \[sys_number\] table. To learn about record numbering and
the Number table, see [Record numbering](https://servicenow-prod.fluidtopics.net/0PNGIOXUWxPb3udYO9rAtg "In the base system, several tables are numbered, including Incident, Problem, Change Request, and Knowledge. You can also use these numbers anywhere that script is present, for example to generate watermarks for emails. Records in tables can be numbered automatically.").

Child tables that inherit the Number field from their parent table can't be searched using fuzzy numeric search. Only tables that have their own Number field defined work with this feature.

Fuzzy numeric search only finds numeric field values in predefined fields named number. It doesn't search custom fields or predefined fields with other names.

## Fuzzy numeric matching behavior {#fuzzy-numeric-search__section_d2v_mv1_zdc}

The following table provides additional details on how fuzzy numeric matching operates.{#fuzzy-numeric-search__table_ewn_hcp_zdc__entry__2}

| Fuzzy numeric matching behavior | Description |
|-|-|
| AI Search only checks all-numeric search terms for fuzzy matches | A search for <kbd class="ph userinput">KB52578</kbd> doesn't match knowledge article KB00052578 because the search term includes non-numeric characters. If you search for <kbd class="ph userinput">16867 test</kbd>, your all-numeric <kbd class="ph userinput">16867</kbd> search term is checked for fuzzy numeric matches, but your non-numeric <kbd class="ph userinput">test</kbd> search term isn't. |
| Fuzzy numeric matching ignores leading zeroes in all-numeric search terms | A search for <kbd class="ph userinput">07295</kbd> returns the same fuzzy numeric matches as a search for <kbd class="ph userinput">7295</kbd> (without the leading zero) does. |
| Fuzzy numeric search only matches Number field values from indexed records | A search for <kbd class="ph userinput">28761</kbd> matches the knowledge article with Number field value KB00028761, but it doesn't match the term KB00028761 if it occurs in the text of other knowledge articles. |
| Fuzzy numeric matching only ignores alphabetical prefixes and leading zeroes in record Number field values | A search for <kbd class="ph userinput">729</kbd> matches knowledge article KB00000729, but doesn't match article KB00003729 because its Number field value has a non-zero digit before the matching substring. |
| To be a fuzzy match, a numeric substring must match the final digits of a record's Number field value | A search for <kbd class="ph userinput">1164</kbd> matches knowledge article KB00001164, but doesn't match article KB00116497 because its Number field value includes digits after the matching substring. |
[ ]

{#fuzzy-numeric-search__table_ewn_hcp_zdc}

## Examples of fuzzy numeric search {#fuzzy-numeric-search__section_gnx_ss1_zdc}

The following table includes examples to illustrate how fuzzy numeric searches match search results. These examples assume that records are indexed from the Knowledge \[kb_knowledge\] and Problem \[problem\] tables.{#fuzzy-numeric-search__table_gcn_bt1_zdc__entry__2}

| Search | Search results |
|-|-|
| 73492 | Search matches these results: * Knowledge article with Number KB00073492 * Problem with Number PRB00073492 * Any indexed record or document that includes 73492 as a whole term (not a substring) {#fuzzy-numeric-search__ul_yj3_2t1_zdc} |
| 05638 | Search matches these results: * Knowledge article with Number KB0005638 * Problem with Number PRB0005638 * Any indexed record or document that includes 05638 as a whole term (not a substring) {#fuzzy-numeric-search__ul_vsk_5t1_zdc} |
| 2541 828 | Search matches these results when using the AND (conjunctive) operator: * Knowledge article with Number KB0002541 and text including 828 as a whole term (not a substring) * Knowledge article with Number KB0000828 and text including 2541 as a whole term (not a substring) * Problem with Number PRB0002541 and text including 828 as a whole term (not a substring) * Problem with Number PRB0000828 and text including 2541 as a whole term (not a substring) * Any indexed record or document that includes 2541 and 828 as whole terms (not substrings) {#fuzzy-numeric-search__ul_mhv_xt1_zdc} Search matches these results when using the OR (disjunctive) operator: * Knowledge article with Number KB0002541 * Knowledge article with Number KB0000828 * Problem with Number PRB0002541 * Problem with Number PRB0000828 * Any indexed record or document that includes 2541 as a whole term (not a substring) * Any indexed record or document that includes 828 as a whole term (not a substring) {#fuzzy-numeric-search__ul_t25_m51_zdc} Note: For more details on the AND and OR operators, see the description of the glide.ais.query.search_operator system property in [AI Search system properties](https://servicenow-prod.fluidtopics.net/ua9VMWEMl~6fGuo4HFP~iA "Users with the admin role can configure the following system properties for AI Search by navigating to All > System Properties > AI Search ."). |
| model 9433 | Search matches these results when using the AND (conjunctive) operator: * Knowledge article with Number KB0009433 and text including model as a whole term (not a substring) * Problem with Number PRB0009433 and text including model as a whole term (not a substring) * Any indexed record or document that includes model and 9433 as whole terms (not substrings) {#fuzzy-numeric-search__ul_p15_r51_zdc} Search matches these results when using the OR (disjunctive) operator: * Knowledge article with Number KB0009433 * Problem with Number PRB0009433 * Any indexed record or document that includes model as a whole term (not a substring) * Any indexed record or document that includes 9433 as a whole term (not a substring) {#fuzzy-numeric-search__ul_q15_r51_zdc} Note: For more details on the AND and OR operators, see the description of the glide.ais.query.search_operator system property in [AI Search system properties](https://servicenow-prod.fluidtopics.net/ua9VMWEMl~6fGuo4HFP~iA "Users with the admin role can configure the following system properties for AI Search by navigating to All > System Properties > AI Search ."). |
[ ]

{#fuzzy-numeric-search__table_gcn_bt1_zdc}

## Fuzzy numeric search availability {#fuzzy-numeric-search__section_axb_zmc_jgc}

Starting with the Xanadu Patch 9 release, fuzzy numeric search is included with AI Search but is deactivated by default. It's only available at search time if your ServiceNow AI Platform® admin has activated it. To view activation steps for this feature, see [Activate fuzzy numeric search in AI Search](https://servicenow-prod.fluidtopics.net/MbKQZOhyLQShI~yI00M8hw "Activate fuzzy numeric search to let users find indexed records by their Number field values without needing to enter alphabetic prefixes or leading zeroes.").

