Closed beebase closed 9 years ago
This doesn't seem related to seraph. It's not working, even when I use plain neo4j rest-api or other npm modules like neo4j-node. I added a post here: http://stackoverflow.com/questions/32678074/optional-match-not-returning-result
Just out of interest, have you tried var params = {recId: parseInt(recId)}
? It's possible that the REST API isn't very forgiving with types in that comparison there.
Yes! That's it. Thanks, I was going nuts here. If you're on stackoverflow, you might want to answer my post, so I can mark it as a correct answer.
I'll do that :) glad I could help.
This is what I get using neo4j webbrowser:
This is what I get using seraph:
Shouldn't this work?