neueda / jetbrains-plugin-graph-database-support

Graph Databases support for JetBrains family IDEs.
Apache License 2.0
222 stars 56 forks source link

CREATE INDEX on multiple properties #70

Closed ReallyVirtual closed 6 years ago

ReallyVirtual commented 6 years ago

I am using Neo4J 3.2.6, which apparently allows indexes on multiple properties. The plugin returns an error:

Query execution error: File contains errors

on a statement like CREATE INDEX ON :Gen(EID, CID) where as it succeeds when run through the browser.

Indexes ON :Gen(EID, CID) ONLINE