Skip to content

Commit 6fd9aa0

Browse files
committed
Jump link to details on hash/array syntax for relational queries
1 parent 5f64ef7 commit 6fd9aa0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/5.x/system/relations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ Any of the following can be used when setting up a relational query:
130130
- The string `and`, to return relations matching _all_ conditions rather than _any_;
131131
- The string `or`, to return relations that match _any_ conditions (default behavior, can be omitted);
132132

133+
See [complex relationships](#complex-relationships), below, for detailed information about the capabilities of hash and array syntaxes.
134+
133135
::: tip
134136
Chaining multiple `relatedTo` parameters on the same element query will overwrite earlier ones. Use [`andRelatedTo`](#the-andrelatedto-parameter) to append relational constraints.
135137
:::

0 commit comments

Comments
 (0)