diff --git a/modules/ROOT/images/conditional-query-graph.svg b/modules/ROOT/images/conditional-query-graph.svg new file mode 100644 index 000000000..ad6012dc5 --- /dev/null +++ b/modules/ROOT/images/conditional-query-graph.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/modules/ROOT/images/conditional_query_graph.svg b/modules/ROOT/images/conditional_query_graph.svg deleted file mode 100644 index 4e3d7b1a0..000000000 --- a/modules/ROOT/images/conditional_query_graph.svg +++ /dev/null @@ -1 +0,0 @@ -WORKS_FORWORKS_FORWORKS_FORLOVESLOVESPersonname:'Alice'age:65Personname:'Bob'age:25Personname:'Charlie'age:61Personname:'Daniel'age:39Personname:'Eskil'age:39 \ No newline at end of file diff --git a/modules/ROOT/pages/queries/composed-queries/conditional-queries.adoc b/modules/ROOT/pages/queries/composed-queries/conditional-queries.adoc index ad42adf29..02cada893 100644 --- a/modules/ROOT/pages/queries/composed-queries/conditional-queries.adoc +++ b/modules/ROOT/pages/queries/composed-queries/conditional-queries.adoc @@ -13,7 +13,7 @@ For information about using `WHEN` branches in expressions, see xref:expressions The following graph is used for the examples below: -image::conditional_query_graph.svg[width="700",role="middle"] +image::conditional-query-graph.svg[Example graph with persons connected by works for and loves relationships, width=600,role=popup] To recreate the graph, run the following query against an empty Neo4j database: