Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.9.M04 All parts of the pattern must either directly or indirectly be connected #550

Closed
jexp opened this issue Feb 22, 2013 · 1 comment

Comments

@jexp
Copy link
Member

jexp commented Feb 22, 2013

SyntaxException: All parts of the pattern must either directly or indirectly be connected to at least one bound entity. These identifiers were found to be disconnected: UNNAMED5, UNNAMED6, document, person, startEntity

start p=node:Id_Index(Type='PER')
with collect(distinct p) as people
START startEntity=node:Id_Index(Id='JamesDSteffesPER')
MATCH startEntity<-[:HAS_ENTITY]-(document)-[:HAS_ENTITY]->(person)
where person IN people
RETURN person.Id as Id, count(document) as DocCount
ORDER BY DocCount DESC
LIMIT 11;

@jakewins
Copy link
Contributor

jakewins commented Mar 4, 2013

Moved this into incoming

@systay systay closed this as completed in 77e82a8 Mar 6, 2013
digitalstain added a commit that referenced this issue Mar 6, 2013
Fixes #550 - problem when using START after WITH
cleishm pushed a commit to cleishm/neo4j that referenced this issue Mar 7, 2013
jexp pushed a commit to jexp/neo4j that referenced this issue Mar 26, 2013
@jakewins jakewins reopened this Oct 1, 2013
@jakewins jakewins closed this as completed Oct 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants