You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
I'm trying to setup support for full text search on a multi database neo4j-graphql-js project. When calling the searchSchema method to setup indexes, they are created in the default neo4j database.
For this use case, I have to configure which database the query should be created on, but this does not seem to be possible?
Could the searchSchema method be extended with an optional argument to specify the database, so that the result would be const session = driver.session({database: myDatabase});?
The text was updated successfully, but these errors were encountered:
I'm trying to setup support for full text search on a multi database
neo4j-graphql-js project
. When calling the searchSchema method to setup indexes, they are created in the default neo4j database.For this use case, I have to configure which database the query should be created on, but this does not seem to be possible?
Could the
searchSchema
method be extended with an optional argument to specify the database, so that the result would beconst session = driver.session({database: myDatabase});
?The text was updated successfully, but these errors were encountered: