neoxygen / neo4j-neoclient

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

Indexing multiple properties at once #7

Closed Mulkave closed 9 years ago

Mulkave commented 9 years ago

Would it be feasible to have $client->createIndex($labe, $properties) and dropIndex($label, $property) where $properties can either be a string of one prop or an array of multiple props. Also applies to createConstraint and dropConstraint

ikwattro commented 9 years ago

could be feasible

ikwattro commented 9 years ago

Fixed in 2.0