@sebinsua Using neo4j-simple these days, I love it! Having an issue on auto_indexing though, can I create an index directly with the lib?
@Adrien0 See: http://neo4j.com/docs/stable/query-schema-index.html#schema-index-create-an-index …
And I think then this kind of thing could be replaced with a normal match: https://github.com/sebinsua/neo4j-simple/blob/e53b580622eaec7516638ce8584c920abe54138f/src/node.js#L241 …