Quotes

Prev Next

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" not count>4

    • description:/wmps/ not description:"/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`)