alright, that makes sense... in this case, the following parameters should
work (30 being a relatively large number in my example)


    "return_filter": {
        "language": "javascript",
        "body": "position.length()<30;"
    },
    "prune_evaluator": {
        "language": "builtin",
        "name": "none"

but it doesn't

For clarity's ske, here is the whole call: curl -H Accept:application/json
-H Content-Type:application/json -X POST
http://localhost:747b/data/node/2/paths -d
'{"to":"http://localhost:7474/db/data/node/5","relationships":{"type":"KNOWS"},"algorithm":"shortestPath","return_filter":
{"language":"javascript","body":"position.length() < 30;"},
"prune_evaluator": {"language":"builtin","name":"none"}}'

Wher's the mistake here?

Thanks!
Alex


--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/REST-at-depth-tp3304387p3306568.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to