Skip to content

Add some missing glossary entries and fix 42I14 #317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/errors/gql-errors/42I14.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= 42I14

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

ifndef::backend-pdf[]
[discrete.glossary]
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/errors/gql-errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ Status description:: error: syntax error or access rule violation - invalid numb

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

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

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

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