We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e362c6b commit 1055067Copy full SHA for 1055067
modules/ROOT/pages/patterns/fixed-length-patterns.adoc
@@ -58,7 +58,7 @@ More general predicates can be expressed with a `WHERE` clause.
58
The following matches nodes whose name property starts with `Preston`:
59
60
// tag::patterns_fixed_length_patterns_node_pattern[]
61
-[source, role=noheader]
+[source, cypher]
62
----
63
MATCH (n:Station WHERE n.name STARTS WITH 'Preston')
64
RETURN n
0 commit comments