Skip to content

Commit 3e06f72

Browse files
Merge pull request #1944 from AlexicaWright/docs-squiggly-and-images
update screenshot and add note about squiggly line and explanation
2 parents 9e69b8c + 59c3c3c commit 3e06f72

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docs/antora.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ nav:
77
asciidoc:
88
attributes:
99
neo4j-version: '5'
10-
neo4j-version-exact: '5.6.0'
11-
neo4j-buildnumber: '5.6'
12-
neo4j-browser-version: '5.6.0'
10+
neo4j-version-exact: '5.13.0'
11+
neo4j-buildnumber: '5.13'
12+
neo4j-browser-version: '5.13.0'
1313
docs-version: '5'
22.4 KB
Loading

docs/modules/ROOT/pages/operations/result-frames.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ Nodes are represented as circles and relationships as lines and is especially us
3030

3131
image:graph-result-frame.png[]
3232

33+
[NOTE]
34+
====
35+
A yellow squiggly line anywhere in your query indicates a warning.
36+
This is most commonly caused by a query attempting to match a pattern not present in the graph, but can be caused by a number of things (see link:https://neo4j.com/docs/status-codes/current/notifications/all-notifications/[List of all notification codes]).
37+
Hover over the underlined segment to see the explanation.
38+
====
3339

3440
.Handy tips
3541
[TIP]

0 commit comments

Comments
 (0)