Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Pollithy committed Jul 7, 2017
1 parent 9ecb6cc commit deb6a0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/sphinx/sources/Heatmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ It might be interesting to see the density of tokens in a region or the outline
The input for this tool has to be a Cypher query. It will then only work with the tokens,
therefore it is recommended to build your query to only return tokens.

Example query:
:code:`MATCH (s:Token) RETURN s;`

The query is not analyzed or guarded. This means that any code can be executed.
As a consequence must this feature kept on a local system and not exposed through a webserver!

Expand Down

0 comments on commit deb6a0e

Please sign in to comment.