Closed gmiejski closed 6 years ago
Could you make a quick test and check if the problem comes from neo4j AppCommandParser or not?
Which feature do you use? Could you use APOC within Cypher to achieve the same?
So old I dont remember what was it about. Closing.
When using "-" sign in cypher, the tool thinks you're trying to add another option and returns error "Unrecognized option 'xxx'.
For example when you want to use where clause like node.property > -1 - this will throw error "Unrecognized option '1'"
Haven't yet looked into code yet, but seems trivial fix to stop parsing options after first not option.