

|
|
All searches for Job records include only fields for which the Include in Global Search option is enabled.
|
|
Search String
|
Behavior
|
|---|---|
|
AB-CD1234567*
|
This query is invalid because the hyphen causes it to be treated as two terms. The asterisk wildcard at the end of the search string therefore does not successfully match character strings that begin with CD1234567 or AB-CD1234567.
|
|
AB-CD1234567_E89
|
Matches character strings that include AB or CD1234567_E89.
|
|
“AB-CD1234567*”
|
Matches character strings that include both AB and character strings that begin with CD1234567.
|
|
CD1234567*
|
Matches character strings that begin with CD1234567.
|
|
CD1234567
|
Matches only words or terms that exactly match the search string. Terms that include the search string preceded or followed by other characters are not returned.
|