Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-07-2020 11:28 AM
I want to call the fulltext query but do not want to use a typical 'string' as the query term. Rather I want to use one or more variable.properties (which are strings). This works for a single term:
CALL db.index.fulltext.queryNodes("person-names", sn.text)
but I also want to expand to use with:
i) logical operators AND OR, e.g ...sn.text OR fn.text
ii) fuzzy search, e.g. ...sn.text~
Any help gratefully received
10-08-2020 10:54 AM
Not sure if there is an APOC yet, custom proc might be a way around
10-09-2020 04:52 AM
Thanks for the input, I'll give that a try
All the sessions of the conference are now available online