You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by jo...@apache.org on 2022/02/10 18:25:40 UTC

[incubator-age-website] branch master updated: Fix bug on Results for Variable Length Edges

This is an automated email from the ASF dual-hosted git repository.

joshinnis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-age-website.git


The following commit(s) were added to refs/heads/master by this push:
     new ab9b1ab  Fix bug on Results for Variable Length Edges
ab9b1ab is described below

commit ab9b1ab1f091302f528404dc1e2adfe5f69aa0ee
Author: Josh Innis <Jo...@gmail.com>
AuthorDate: Thu Feb 10 10:24:17 2022 -0800

    Fix bug on Results for Variable Length Edges
---
 docs/clauses/match.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/clauses/match.md b/docs/clauses/match.md
index 28556c8..b806112 100644
--- a/docs/clauses/match.md
+++ b/docs/clauses/match.md
@@ -375,9 +375,8 @@ Returns the movie 'Charlie Sheen' acted in and its director.
   </tr>
 </table>
 
-### Edges in Depth
 
-#### Variable Length Edges
+### Variable Length Edges
 
 When the connection between two vertices is of variable length, the list of edges that form the connection can be returned using the following connection.
 
@@ -403,6 +402,8 @@ Returns the list of edges, including the one that Willam Defoe acted in and the
   <tr>
    <td>[{id: 0; label:"ACTED_IN"; properties: {role: "Green Goblin"}}::edge, {id: 1; label: "ACTED_IN; properties: {role: "Spiderman", actor: "Toby Maguire}}::edge]
    </td>
+  </tr>
+  <tr>
    <td>[{id: 0; label:"ACTED_IN"; properties: {role: "Green Goblin"}}::edge, {id: 2; label: "ACTED_IN; properties: {role: "Spiderman", actor: "Andrew Garfield"}}::edge]
    </td>
    </td>