equal

Purpose

Checks whether arguments of the query are equal.

Syntax

equal(term_1, term_2)

Arguments

The function accepts two required arguments.

Returned Value

Documents matching the query.

Examples

equal(result or summary, sentence()) finds one word sentences containing the word "result" or "summary".

equal(verb(), paragraph()) finds one verb paragraphs.