neo4j/neo4j-documentation

Value of the list type cannot be stored as properties

Closed this issue · 2 comments

The documentation(values and types) says that value of the list type cannot be stored as properties, but this is inconsistent with my tests.

image

my test:

neo4j@neo4j> create (:lable{prop:[2,3,4]});
0 rows available after 39 ms, consumed after another 0 ms
Added 1 nodes, Set 1 properties, Added 1 labels

Homogeneous lists of simple types can also be stored as properties, but heterogeneous lists may not.

ACK.