Can't we use = in the global search?

Community Alums
Not applicable

Hi folks, we have some CIs with '=' in the name. We can't find it using the global search unless we remove the '=' character. Is there anyway we can enable the global search to accept '=' character or is it the platform limited capability? Thanks!!

1 ACCEPTED SOLUTION

gauravchoudhury
Tera Guru

Hi Anna,



I referred to some documents and I believe the reason this has been a problem for you is probably because Zing offers users several search interfaces and search operators to conduct text searches. The '=' is considered as a search operator that is used to search terms from global text searches.



However, wildcard characters allow searching for patterns and variations. The system supports both single-character and multiple-character wildcards.



Note: Wildcard text searches are only effective with multiple character words. A wildcard within a sequence of pictogram characters returns too many options for an efficient search. Wildcards are best used with letter-based words.


To perform a single-character wildcard search, use the percent sign (%) character. This wildcard finds words that contain any one character in place the percent-sign-character. For example, to find words such as text or test, search for: te%t


To perform a multiple-character wildcard search, use the asterisk (*) character. This wildcard finds words that contain zero or more characters in place of the asterisk-character. For example, to find words such as planned or placed, search for: pl*d



Zing text search is:


  • an index split into multiple database shards for parallel querying
  • created entirely with ServiceNow code
  • implemented purely within the relational model
  • yields fast results with search engine logic
  • provides search results with an emphasis on relevancy scoring
    • frequency points
    • proximity points
    • field-level scoring (such as title, metadata, and short description)
  • provides search suggestions
    • Type-ahead search suggestions
    • Did you mean: global search suggestions

Administrators and users with the ts_admin role can configure:


  • match relevance
  • field weights for each table
  • global stop words
  • stop words for each index
  • synonym dictionaries for each table
  • tables with attachment indexing


By default, the system uses the Zing text indexing and search engine to search record data.



Source: Link


View solution in original post

8 REPLIES 8

gauravchoudhury
Tera Guru

Hi Anna,



I referred to some documents and I believe the reason this has been a problem for you is probably because Zing offers users several search interfaces and search operators to conduct text searches. The '=' is considered as a search operator that is used to search terms from global text searches.



However, wildcard characters allow searching for patterns and variations. The system supports both single-character and multiple-character wildcards.



Note: Wildcard text searches are only effective with multiple character words. A wildcard within a sequence of pictogram characters returns too many options for an efficient search. Wildcards are best used with letter-based words.


To perform a single-character wildcard search, use the percent sign (%) character. This wildcard finds words that contain any one character in place the percent-sign-character. For example, to find words such as text or test, search for: te%t


To perform a multiple-character wildcard search, use the asterisk (*) character. This wildcard finds words that contain zero or more characters in place of the asterisk-character. For example, to find words such as planned or placed, search for: pl*d



Zing text search is:


  • an index split into multiple database shards for parallel querying
  • created entirely with ServiceNow code
  • implemented purely within the relational model
  • yields fast results with search engine logic
  • provides search results with an emphasis on relevancy scoring
    • frequency points
    • proximity points
    • field-level scoring (such as title, metadata, and short description)
  • provides search suggestions
    • Type-ahead search suggestions
    • Did you mean: global search suggestions

Administrators and users with the ts_admin role can configure:


  • match relevance
  • field weights for each table
  • global stop words
  • stop words for each index
  • synonym dictionaries for each table
  • tables with attachment indexing


By default, the system uses the Zing text indexing and search engine to search record data.



Source: Link


Community Alums
Not applicable

Thanks for the fast response, Gaurav.   I think it makes sense as '=' is considered as a search operator.


If you are satisfied with my answer, please mark my response as correct.


Aditya Telideva
ServiceNow Employee
ServiceNow Employee

the simple answer is you can, it depends on where you are using it