I have a node with internal id
35831. I run the following code in the Neo4J Browser:
:params "id": 35831
match (t) where id(t) = $id return t
Expected result: the node
Actual result: (no changes, no records)
Is this expected behavior or should I provide info about my neo4j version?