Description
Browser interprets NULL as a string when setting parameters, but Cypher handles NULL as null
Reproduce Steps
Run
foo is now set to the string "NULL"
Expected Behavior
NULL and null are equivalent
Your Environment
Neo4j Browser version: 5.9.0
Description
Browser interprets
NULLas a string when setting parameters, but Cypher handlesNULLasnullReproduce Steps
Run
foois now set to the string"NULL"Expected Behavior
NULLandnullare equivalentYour Environment
Neo4j Browser version: 5.9.0