neoxygen / neo4j-neoclient

Simple PHP HttpClient for the Neo4j ReST API with Multi DB Support
MIT License
121 stars 138 forks source link

listIndex('Label') output improvement #9

Closed Mulkave closed 9 years ago

Mulkave commented 9 years ago

IMO the output should be something like:

[
   'Label' => ['prop', 'another_prop', 'some_prop']
]

instead of:

[ {
  "property_keys" : [ "name" ],
  "label" : "User"
}, {
  "property_keys" : [ "email" ],
  "label" : "User"
} ]
ikwattro commented 9 years ago

righr

ikwattro commented 9 years ago

Fixed in 2.0