Hi there, I am trying to use the fulltext search feature. I have community edition 5.15 server with 5.19 browser. I used the default neo4j user to login. However, I am not able to run any administrator commands to grant create access to the neo4j user.
When I do
SHOW ROLES
It returns with "Neo.ClientError.Statement.UnsupportedAdministrationCommand". When I run
CALL db.index.fulltext.createNodeIndex('books', ['Book'], ['title', 'authors'])
It returns an error saying "Neo.ClientError.Procedure.ProcedureNotFound". How can I create index for fullsearch? Thanks very much.