start user = node:peopleSearch("description:grails")
match (user:User)-[hasSkill:HAS_SKILL]->(:Skill {name:"Grails"})
RETURN user, hasSkill> Am 19.02.2015 um 05:27 schrieb [email protected]: > > I have created a fulltext index "peopleSearch" on 'description' property of > node "User" and 'skillname' property of relationship "Has_Skill" . > Relationship have some more properties of its own based on my requirement . > > I want to query my neo4j database and get all the neo4j entity (both User and > Relationship) which have either description text contains "grails" or having > skillName "grails". > > > -- > 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] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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.
