cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

drf57
Node
since ‎05-20-2022
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I would like to be able to search for the existence of a certain string in ANY of the properties of a given node. For example, take: match(mynode) where mynode.names contains "Alfred Pennyworth" return mynode except I want to do this for ALL of the p...