andn(PDL)

Purpose

Finds documents that contain all arguments.

Syntax

andn(value,…​)

Arguments

Accepts a variable number of arguments of the same data type.

Returned Value

Documents matching the query.

Examples

andn(a, b, c) = a and b and c