neo4j / neo4j-browser

Neo4j Browser is the general purpose user interface for working with Neo4j. Query, visualize, administrate and monitor the database.
https://neo4j.com
GNU General Public License v3.0
693 stars 347 forks source link

Better cypher stringify #1829

Closed OskarDamkjaer closed 2 years ago

OskarDamkjaer commented 2 years ago

Only adds a new method for string-ification, doesn't remove the old "normal" stringifyMod in browser yet.

Our normalization of durations led to odd behaviour with Duration.inDays, so we opted to stop normalizing the values.

Another change is the display strings with "" so -> "myString" and stop doing it for temporal values.