Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Cypher : Adding parentheses changes the result #3403

Copy link
Copy link

Description

@vitoprr
Issue body actions

Hello,

cc @ExtReMLapin

At the office, we're running this query with Open Cypher (New Native Engine) :

MATCH (nodeDOc:DOCUMENT)<-[rel:in]-(chunk:CHUNK)
WHERE NOT (chunk:CHUNK)--(:IMAGE)
return nodeDOc, chunk

Returns 8 records

But running the same query but with parentheses :

MATCH (nodeDOc:DOCUMENT)<-[rel:in]-(chunk:CHUNK)
WHERE (NOT (chunk:CHUNK)--(:IMAGE))
return nodeDOc, chunk

Returns 25 records

To us, we expect the same number of records

Backup : TEST_REQUETE-backup-20260211-093354590.zip

Have a wonderful day ~~

Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

Morty Proxy This is a proxified and sanitized view of the page, visit original site.