-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Description
The query with type() in the screenshot runs perfectly fine in Neo4j browser and an editor implementation, but the syntax checker does not like it in the editor:
Screenshot of query running in Neo4J browser:
Screenshots of syntax error in demo provided in your package (Also happens in our implementation of the editor):
Reproduce Steps
Enter the following query in the editor:
MATCH (a)-[r]->(b)
WHERE type(r) = 'FRIENDS_WITH'
RETURN a,b
A syntax error will appear in the type(r) function.
Expected Behavior
For a syntax error not to appear.
Current Behavior
A syntax error is shown (refer to screenshots above) even though the query runs perfectly fine.
Metadata
Metadata
Assignees
Labels
No labels
