Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Global Text Search (Wildcard character?)

benn32
Kilo Contributor

Does anyone know what character is used for 'wildcard' searches for the Global Text Search? I've tried "*" and "%" w/ out success.
Thanks!

6 REPLIES 6

CapaJC
ServiceNow Employee
ServiceNow Employee

It looks like that's inherent to the Lucene search engine, based on a quick google search of that message:
http://lucene.apache.org/java/2_3_2/queryparsersyntax.html#Wildcard%20Searches


benn32
Kilo Contributor

Great, that answers my question then... Thanks for the reference.