Duplicated tagline in MovieGraph demo data

Hi forks,

I've found duplicated tagline between "You've Got Mail" and "When Harry Met Sally" in MovieGraph demo.

CREATE (YouveGotMail:Movie {title:"You've Got Mail", released:1998, tagline:'At odds in life... in love on-line.'})
CREATE (WhenHarryMetSally:Movie {title:'When Harry Met Sally', released:1998, tagline:'At odds in life... in love on-line.'})

I've confirmed this thing in Neo4j Desktop 1.1.13 and Neo4j 3.5.0.

I think that 'When Harry Met Sally''s tagline should be 'Can two friends sleep together and still love each other in the morning?' according to When Harry Met Sally... (1989) - Taglines - IMDb .

I'm not sure where I should report this thing, so please someone report it to correct guy.

Regards,

1 Like

Thanks for reporting this, I've forwarded it to our team caring about the docs.

1 Like

Should be fixed in next browser release, see Update movie-graph cypher statement by pe4cey · Pull Request #896 · neo4j/neo4j-browser · GitHub