Hi Michael, thanks again for pointing it out. It was a Cypher Bug which is fixed in the next release.
A workaround is to convert the array into a collection as you already showed. Cheers, Michael Am 08.08.2014 um 18:05 schrieb Michael Azerhad <[email protected]>: > I've just updated the graphgist: http://gist.neo4j.org/?fc9672035185189521cf > in order to better explain my issue. > In case where someone already opened it.. > > On Friday, August 8, 2014 5:38:07 PM UTC+2, Michael Azerhad wrote: > Hi Michael, > > What better than a GraphGist to show you the issue :) > > http://gist.neo4j.org/?fc9672035185189521cf > > So I would expect the output: > > MyMeetingTitle [1, 2, 3] 2 > > rather than: > > MyMeetingTitle [1, 2, 3] 1 > MyMeetingTitle [1, 2, 3] 1 > > Do you see an obvious reason ? > > Many thanks, > > Michael > > > -- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
