Hi,
I want to find nodes by creating a full text index using the keyword analyzer. I encounter some weird behavior here.
Here is a sample:
I am creating the index:
call db.index.fulltext.createNodeIndex('myTestIndex',['Node'],['name'],{analyzer:'keyw...