direct

Purpose

Finds documents which do not contain negations of any term(s).

This function is the alias for the possible() function.

Syntax

direct(term,…​)

Arguments

Requires one or more arguments, which must be words.

Returned Value

Documents matching the query.

Examples

direct(work) searches for positive words or word sequences related to or containing the term work;

direct(violation) matches "documented violations", "penalties for violations", etc.