Skip to content

Commit af49b32

Browse files
Page aliases for 25 (#1254)
1 parent b0c816f commit af49b32

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

modules/ROOT/pages/expressions/conditional-expressions.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[[case]]
22
= Conditional expressions (CASE)
33
:description: This page describes how to use the CASE expression with Cypher.
4+
:page-aliases: queries/case.adoc
45

56
Generic conditional expressions can be expressed in Cypher using the `CASE` construct.
67
Two variants of `CASE` exist within Cypher: the _simple_ form, to compare a single expression against multiple values, and the _generic_ form, to express multiple conditional statements.

modules/ROOT/pages/expressions/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Expressions
22
:description: Information about the expressions available in Cypher.
3-
:page-aliases: syntax/operators.adoc
3+
:page-aliases: syntax/operators.adoc, queries/expressions.adoc
44

55
A Cypher expression is any part of a query that evaluates to a value.
66
For details and examples of specific expressions, see the following sections:

modules/ROOT/pages/expressions/predicates/type-predicate-expressions.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
= Type predicate expressions
22
:description: This page describes how to use type predicate expressions with Cypher.
3+
:page-aliases: values-and-types/type-predicate.adoc
34

45
A type predicate expression can be used to verify the type of a variable, literal, property or other Cypher expression.
56

modules/ROOT/pages/queries/composed-queries/combined-queries.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
:description: The `UNION` clause is used to combine the result of multiple queries.
2+
:page-aliases: queries/combined-queries.adoc
23

34
[[query-union]]
45
= Combined queries (`UNION`)

0 commit comments

Comments
 (0)