Hi,

I want to write a query like  "MATCH (n:Person {params})-[*0..]->(x) RETURN 
x"
(i know this is not correct query syntax and it wont work this way!)
where "params" is a Map<String,Object> as expected by Neo4J, however not 
sure if Neo4J supports something like this where it gets the key:value 
pairs of properties Map.
"params" may contain any number of key:value pairs to be matched from the 
database.
Please let me know if Neo4J supports dynamic property list queries and if 
yes, how to write one.
Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to