neo4j-rest-client icon indicating copy to clipboard operation
neo4j-rest-client copied to clipboard

Doc improvements

Open mjmare opened this issue 10 years ago • 1 comments

  • https://neo4j-rest-client.readthedocs.org/en/latest/info.html It seems that node creation through the labels property is no longer supported:
>>> carl = people.create(name="Carl", age=25)
  • https://neo4j-rest-client.readthedocs.org/en/latest/indices.html Make it clear that these indices are old-style indices (aren't they?) gdb.nodes.indexes does not show new style schema indexes.

mjmare avatar Oct 04 '14 22:10 mjmare

Yes, the only indices implemented so far are legacy indices. I have to make that clearer. Thanks!

versae avatar Oct 09 '14 17:10 versae