I just learned that node/relationship property values can be arrays of
primitives, not just primitives.

That's pretty cool, but I'm wondering, how does this work (if it does work)
with indexing and lookups? I'm referring to the REST API.

E.g. if the URL is:

GET /index/node/my_nodes/the_key/the_value

What should I be putting in for "the_value"? I don't think it should be
URL-encoded JSON, because for simple strings, quotes don't go into the URL.
So is this even possible?

Help appreciated! Thanks much.

Aseem
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to