Closed KinaneD closed 4 years ago
In addition to the fact that camel cased palaceholders shuch as fictionBook
is used as fictionbook
in orderBy.
"MATCH (librarian:Librarian
), (librarian)-[rel_fictino_fictionBook:FICTION]->(fictionBooks:Book
) WHERE librarian.uuid = {librarianuuid} RETURN fictionBooks, rel_fiction_fictionBooks ORDER BY fictionbooks.title ASC"
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When different models share a label the placeholder generated for both models might be identical resulting in a confusion in the cypher query.
Possible solution might be concatenating model's labels to generate the placeholder.