Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
Using keyword search with wildcards - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • Using keyword search with wildcards
KB0692729

Using keyword search with wildcards


24513 Views Last updated : Oct 20, 2025 public Copy Permalink English (Original)
  • English (Original)
  • Japanese
KB Summary by Now Assist

Issue

When using keyword search with wildcards in list views, the results can be confusing.
In a column search, the * symbol acts as a “contains” operator, but in a keyword search, it functions as a wildcard that broadens the search pattern.

Keyword search (without wildcards)

Keyword search does not require operators.
Operators such as * (contains), !* (does not contain), < (less than), and > (greater than) apply only to field-specific searches, not to keyword searches.

When the list header shows “Keyword” or “for text”, you are performing a keyword search.
Keyword search scans multiple fields and looks for the exact term you type.

Example:

  • Searching for abcde (no wildcards) returns records containing that exact term only.

This type of search behaves similarly to an exact match and does not automatically include variations before or after the word.


Keyword search (with wildcards)

When you add wildcards to a keyword search, the search expands to include partial matches before or after your term, depending on where the wildcard is placed.

Search InputDescriptionExample Results
abcde*Finds any records starting with “abcde”abcde9, abcde78, abcdenhtg
*abcde*Finds any records containing “abcde” anywhere in the textabcde9, uytabcdepoi, 99abcde99

Using * before and after the term (for example, *abcde*) provides behavior closest to a “contains” search, since it ignores what comes before or after the keyword.

Image 1:

 

Image 2:

 

Image 3:

Release

All Releases  

Cause

Field-based search vs. keyword search

When searching a specific field such as Number, Short description, Priority, or Caller, the platform uses field operators (for example, *, !=, <, >).

Example:
If you select Number as your filter and type *0000002, it searches for records whose Number contains 0000002.

In contrast, keyword search is not tied to a single column or field—it searches across multiple indexed fields.
When using the Condition builder (hourglass icon) and choosing “Keyword” as the condition, the only available operator is “are”, indicating that wildcards are interpreted differently than standard field operators.

Resolution

  • * behaves differently in keyword search than in field-specific searches.
  • Keyword search without wildcards looks for exact matches.
  • Keyword search with wildcards broadens results depending on placement (abcde*, *abcde*).
  • Use wildcards before and after your term (*term*) for a “contains”-like behavior.

Related Links

  • Wildcards
  • Text Searches In Record Lists.

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.