When using the fulltext search and wildcards in queries, the scoring seems to be "lost" and the results have the same score. Is there a way to tell the db to somewhat preserve the scoring?
Example:
CREATE (:Node {name: 'Hello world'});
CREATE (:Node ...