We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no result: match (n:BaseNode) where n.BaseNode.uid =='80501bf7-7813-4df9-879c-0f79ce84fd77' return n
match (n:BaseNode) where n.BaseNode.uid =='80501bf7-7813-4df9-879c-0f79ce84fd77' return n
normal result:
match (n:BaseNode) where id(n) =='BaseNode_80501bf7-7813-4df9-879c-0f79ce84fd77' return n
The text was updated successfully, but these errors were encountered:
index data can only be written when being inserted(with index created) or with index rebuild.
I guess some of data was inserted before index being created?
If so, just rebuild the index, it's an async job, when the job is finished, give another try.
Sorry, something went wrong.
No branches or pull requests
no result:
match (n:BaseNode) where n.BaseNode.uid =='80501bf7-7813-4df9-879c-0f79ce84fd77' return n
normal result:
match (n:BaseNode) where id(n) =='BaseNode_80501bf7-7813-4df9-879c-0f79ce84fd77' return n
The text was updated successfully, but these errors were encountered: