Re: [Neo4j] USE INDEX doesn't work when WHERE has IN

2013-12-17 Thread Debajyoti Roy
Thanks ! On Tuesday, December 17, 2013 3:17:27 PM UTC-5, Wes Freeman wrote: > > Same with OR. > > Please vote or post a new issue specific to IN: > https://github.com/neo4j/neo4j/issues/861 > > Wes > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To

Re: [Neo4j] USE INDEX doesn't work when WHERE has IN

2013-12-17 Thread Wes Freeman
Same with OR. Please vote or post a new issue specific to IN: https://github.com/neo4j/neo4j/issues/861 Wes -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+unsu

[Neo4j] USE INDEX doesn't work when WHERE has IN

2013-12-17 Thread Debajyoti Roy
USE INDEX doesn't work when WHERE has IN. Following error is thrown: "Cannot use index hint in this context. The label and property comparison must be specified on a non-optional node" Same cypher works if i use = in the WHERE Is this intended behavior ? (Neo4j 2.0.0) -- You received this mes