Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-27-2022 09:08 PM
Hi Team,
I am new to Graph database (Neo4j). Have some requirement like to search the text across all the nodes. Search criteria are like
1.case insensitive
2.relvant text (eg: oracle developer or developer oracle ) both are same.
3.meaningfull words.
Kindly helps us How to achive the above problem?
11-28-2022 01:28 AM
You should look at adding a full text index.
https://neo4j.com/docs/cypher-manual/current/indexes-for-full-text-search/
you can perform case insensitive search with grep pattern matching, when you want a simple search.
All the sessions of the conference are now available online