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 Type | Description | Allowed Children |
---|---|---|
Logical nodes | Chains multiple comparison nodes together. | Logical, Comparison |
Comparison nodes | Imposes 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 Type | Description |
---|---|
Aggregation nodes | Counts the number of items held by an attribute. |
Reference nodes | Represents an item attribute or property. |
Value nodes | Represents 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 Type | Description |
---|---|
Arithmetic nodes | Computes a numerical value. |
String operator nodes | Computes the length of a text string. |