Wildcards
You can use the wildcards * and ?.
* matches one or more characters, and ? matches a single character.
Special Characters Ignored
The following special characters are ignored and treated as white-space:
[ ] ^ $ . | + ( ) ` ~ ! # % & – = { } ; ‘” ,
Stop words
Common words like “a”, “an”, “the”, and “get” and “set” are filtered out of searches, even if you do a phrase search.
Note that searches like “g?t s?t sum” won’t find the ICE node “Get Set Sum”.