Skip to main content

Child node types

After configuring the root node of your AQS query, you can add child nodes to refine the query further.

Conditions

These nodes represent conditions that items must fulfil to be fetched by the query. They can be added to the query branch.

Node TypeDescriptionAllowed Children
Logical nodesChains multiple comparison nodes together.Logical, Comparison
Comparison nodesImposes a condition that must be true for queried items to qualify.Inputs, Functions

Inputs

These nodes represent input values. They can be added to the segments of comparison nodes and functions.

Node TypeDescription
Aggregation nodesCounts the number of items held by an attribute.
Reference nodesRepresents an item attribute or property.
Value nodesRepresents a primitive data value (e.g. a number, text).

Functions

These nodes compute numerical values. They can be added to the segments of comparison nodes and other functions.

Node TypeDescription
Arithmetic nodesComputes a numerical value.
String operator nodesComputes the length of a text string.