Add entity (or any other name) index to all the node types using the below Cypher query:
CREATE FULLTEXT INDEX entity FOR (e:award | birthPlace | characteristics | date | degree | Document | institution | invention | nationality | person | relation | role) ON EACH [e.id]
You can check using the below command:
SHOW INDEXES