neoxygen / neo4j-neoclient

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

using listIndex() with no param to return all current indexes #8

Closed Mulkave closed 9 years ago

Mulkave commented 9 years ago

What's the possibility of having $listIndex() when not passed any label to list all the indexes as:

[
   'LabelOne' => ['prop_1', 'prop_2'],
   'LabelTwo' => ['another_prop', 'some_prop']
]
ikwattro commented 9 years ago

would prefer to have a listIndexes. method then.

ikwattro commented 9 years ago

Have been fixed with the new listIndexes method