Use “ “ (double quotes) or ‘ ‘ (single quotes) to search for the following:
A space or an exact string that includes a space
Keywords such as “and” or “or”
Strings that are not part of regular expressions
For example:
count>"4"notcount>4description:/wmps/notdescription:"/wmps/"
To search for quotes, use the escape. For double quotes escape, use the following:
\“
For single quote escape, use the following:
\’
Use `` (single back quotes) to search for the following:
A substring or wildcard match. For example:
NOT (hostname:[`mycomp*`] application:`d:\example\path\to\application`)