Skip to content

Cypher : `collect({@rid: ID(c), text: c.text})` should return a key with no backtick #3321

@ExtReMLapin

Description

@ExtReMLapin

Hello,

Original query :

MATCH (d:DOCUMENT)<--(c:CHUNK) WHERE c.llm_flag = true
OPTIONAL MATCH (d:DOCUMENT)<--(fc:CHUNK) WHERE c.llm_flag <> true
RETURN ID(d) as document, collect({`@rid`: ID(c), text: c.text}) AS chunks, count(fc) as finishedChunks

Old engine : returns in key chunks

Something like :

[{"@rid":"#1:256002",...

New engine :

[{"`@rid`":"#1:245766",...

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions