Skip to content

fixed bug and added admonition about case-sensitivity #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion documentation/explore.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Use the button to load Northwind data and model:

button::Load the Northwind dataset[role=NX_IMPORT_LOAD,endpoint=https://raw.githubusercontent.com/neo4j-graph-examples/northwind/main/import/northwind-data-importer-mode-data.zip]

Click `Run import` and once it's completed click `Start Exploring`.
Click `Run import` and once it's completed click `Explore results`.

With that in place, let's actually start exploring!
====
Expand Down Expand Up @@ -100,6 +100,11 @@ image::london2.png[]

Now you have the the start nodes specified so let's get the next step in your pattern.

[NOTE]
====
The Neo4j database is _case sensitive_ and property values are matched in a case-sensitive fashion.
====

== Specific values continued

A customer _purchases_ an order but since you don't need to specify the relationship, select the `-(any)-` relationship and then _Order_ and add that to the pattern.
Expand Down