You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered what appears to be an issue with the Cypher.exists() method when using multiple pattern elements. When I try to create an EXISTS clause with multiple pattern elements using a List, the test fails with an unexpected Cypher output.
Is this a bug in the library, or is the Cypher.exists(List<PatternElement>) method intended for a different use case? If it's designed for a specific scenario, could you clarify the intended usage?
Thank you for your help!
The text was updated successfully, but these errors were encountered:
Description
I've encountered what appears to be an issue with the
Cypher.exists()
method when using multiple pattern elements. When I try to create an EXISTS clause with multiple pattern elements using a List, the test fails with an unexpected Cypher output.Environment
Reproduction
I've created the following test case:
This test fails. However, I can make it work by using the following alternative approach:
Question
Is this a bug in the library, or is the
Cypher.exists(List<PatternElement>)
method intended for a different use case? If it's designed for a specific scenario, could you clarify the intended usage?Thank you for your help!
The text was updated successfully, but these errors were encountered: