-
Notifications
You must be signed in to change notification settings - Fork 328
Open
Description
Expected Behavior (Mandatory)
neovis.js loads nodes without issue
Actual Behavior (Mandatory)
Neo4jError: The property existence syntax `... exists(variable.property)` is no longer supported. Please use `variable.property IS NOT NULL` instead. (line 1, column 17 (offset: 16))
"MATCH (n) WHERE exists(n.pagerank)"
How to Reproduce the Problem
Using Neovis.js 2.0.2 and neo4j enterprise 5.26.1
neovis.js uses a deprecated function exists()
should be variable.property IS NOT NULL
Simple Example
Datasets and Statements
Screenshots (where it's possibile)
Specifications (Mandatory)
none
Currently used versions
Versions
- OS: MacOS 14.7.4
- Library: Neovis.js 2.0.2
- Neo4j: neo4j enterprise 5.26.1
Metadata
Metadata
Assignees
Labels
No labels