Skip to content

Commit

Permalink
Improve docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Jul 6, 2021
1 parent 955a77f commit b006d66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/cypher-parser/cypher-parser.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,7 @@ include::../../neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-sdn6/src/main
<.> Create an instance of parsing options. It's probably a good idea todo this once and store them away in an instance variable.
Options are thread safe.
<.> Apply them when calling the corresponding parse method

Now it's enough to pass `"name contains \"Ricci\" OR name ends with 'Hirsch'"` into the exchange presented above and things
will work out of the box.
Further validation and sanitiy checks are of course up to you.

0 comments on commit b006d66

Please sign in to comment.