Hello everybody!
I have the following data model:
(org:Organization {name_en:'Org name in English', 'name_fr': 'Org name in French', 'anotherProperty': 'a value'})
I configured Full-text search index on the name's properties (name_en and name_fr).
I...