Dear Neo4J user!
I'm looking for a very simple neo4J query, and maybe you can help me with this. I'm trying to build a web-app connected to a neo4j database. What I want to create is a Google similar search bar where you type a word, and you become as output all the results that contains the word you have input.
The question then is: How to query through all my nodes looking for a specific word without considering labels and properties?
Thank you
Maybe this will help: