Skip to content

Commit

Permalink
DOC-2349 gsql 4.1.o fix WARN
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Lee authored and Victor Lee committed Oct 25, 2024
1 parent 908aade commit af30ce0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ Below are more illustrative examples:
*** Exact bound. There is a chain of exactly 3 edges, where each edge is either E, F>, or <G.
=== Remarks
== Remarks

==== No alias allowed for edge with Kleene star
=== No alias allowed for edge with Kleene star

An edge alias may not be used when a Kleene star is used. The reason is that when there are a variable number of edges, we cannot associate or bind the alias to a specific edge in the pattern.

==== Shortest path semantics
=== Shortest path semantics

When an edge is repeated with a Kleene star, only the shortest matching occurrences are selected. See the example below:

Expand Down

0 comments on commit af30ce0

Please sign in to comment.