Queries using attribute value clauses

A query clause based on an attribute value finds all object versions with (or without) matching attributes.

The syntax for this type of clause consists of the attribute name (attr_name), a relative operator (relative_operator), and the attribute value (constant), as shown below:

"attr_name relative_operator 'constant'"

Examples


Feedback