Carrot reference
Operators

! (not)

Invalidates the truthiness of an evaluated expression.

Syntax

!expression

Sample usage

!department:engineering returns all records where department does not match engineering.

See also