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 d339967 commit c39ff59Copy full SHA for c39ff59
modules/ROOT/pages/syntax/parsing.adoc
@@ -17,7 +17,7 @@ For example, the below query uses the Unicode `u00B0` to search for any recipe d
17
[source, cypher]
18
----
19
MATCH (r:Recipe)
20
-WHERE r.Description CONTAINS "\u00B0"
+WHERE r.description CONTAINS "\u00B0"
21
RETURN r
22
23
0 commit comments