Skip to content

Commit 4e34734

Browse files
committed
Add some missing glossary entries and fix 42I14 (neo4j#317)
1 parent 2f1fb07 commit 4e34734

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

modules/ROOT/pages/errors/gql-errors/42I14.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= 42I14
22

33
== Status description
4-
error: syntax error or access rule violation - invalid number of relationship types. Exactly one relationship type must be specified for `{ <<var>> }`.
4+
error: syntax error or access rule violation - invalid number of relationship types. Exactly one relationship type must be specified for `{ <<variable>> }`.
55

66
ifndef::backend-pdf[]
77
[discrete.glossary]

modules/ROOT/pages/errors/gql-errors/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ Status description:: error: syntax error or access rule violation - invalid numb
840840

841841
=== xref:errors/gql-errors/42I14.adoc[42I14]
842842

843-
Status description:: error: syntax error or access rule violation - invalid number of relationship types. Exactly one relationship type must be specified for `{ <<var>> }`.
843+
Status description:: error: syntax error or access rule violation - invalid number of relationship types. Exactly one relationship type must be specified for `{ <<variable>> }`.
844844

845845
=== xref:errors/gql-errors/42I15.adoc[42I15]
846846

modules/ROOT/partials/glossary.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[[action]]$action:: Freeform description of an action.
44
//$action will be replaced by cmd and msg depending on the usage.
55
[[alias]]$alias:: An alias name, `mydb-alias`.
6+
[[aliasList]]$aliasList:: A list of alias names, for example, `mydb-alias1, mydb-alias2`.
67
[[allocType]]$allocType:: Allocation type (`primary` or `secondary`).
78
[[arg]]$arg:: Procedure or function argument, for example, `database`, `pause`, `dryrun`, etc.
89
[[argType]]$argType:: Argument type, either input or output.
@@ -41,6 +42,7 @@
4142
//52N22 and 52N36 to change $field to $arg. Check 22N98 with Antonio.
4243
[[fun]]$fun:: Function name, for example, `collect()`.
4344
[[funClass]]$funClass:: User-defined function implementation class name, for example, `MyFunctionClass`.
45+
[[funType]]$funType:: Function type, e.g. non-deterministic or aggregate.
4446
[[graph]]$graph:: The name of a graph, for example, `myGraph`.
4547
[[graphTypeDependence]]$graphTypeDependence:: Graph type dependencency for constraint, one of `UNDESIGNATED`, `INDEPENDENT`, or `DEPENDENT`.
4648
[[hint]]$hint:: Freeform description of a hint, for example, `USING INDEX n:N(prop)`.

0 commit comments

Comments
 (0)