Shawn, this is the Fulltext Search not being exposed in the REST API currently. However, you could easily build a server plugin that exposes this for you, see http://docs.neo4j.org/chunked/snapshot/server-plugins.html and https://github.com/neo4j/server/blob/master/examples/src/main/java/org/neo4j/examples/server/plugins/ShortestPath.java for an example with parameters (which would be your property key and value).
Does that help? /peter On Tue, Feb 8, 2011 at 4:10 PM, Shawn Mclean <[email protected]> wrote: > Hello, > > I have a question that is asked here: > http://stackoverflow.com/questions/4934743/neo4j-rest-send-regex-for-a-property. > > ________________________________ > Hello, I would like to use a regex to match a property on a node for > relation. For example, my node contains the following: > > [ > data : { FirstName : "Shawn Mclean" }, > data : { FirstName : "Not Shawn" } > ] > > Is there a way in the REST API to send a regex for the property `FirstName`? > For example, I'd like to get all nodes starting with `S`. > > Thank you, > Shawn Mclean > _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

