Boolean operators

You can precede a criterion or an individual property value with one of these Boolean operators:

  • Plus sign (+)

    Objects in the result set must contain the criterion or value following the plus sign.

  • Minus sign (-)

    Objects in the result set must not contain the criterion or value following the minus sign.

For example, this query expression finds objects that are not on hold:

-hold:true