Skip to content

Cypher syntax error #390

@ruu599

Description

@ruu599

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions