Skip to content
New issue

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

some data can only be queried by vid, not by index #5868

Open
JunXie-ZH opened this issue Apr 25, 2024 · 1 comment
Open

some data can only be queried by vid, not by index #5868

JunXie-ZH opened this issue Apr 25, 2024 · 1 comment
Labels
type/question Type: question about the product

Comments

@JunXie-ZH
Copy link

JunXie-ZH commented Apr 25, 2024

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

@wey-gu
Copy link
Contributor

wey-gu commented Apr 26, 2024

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.

@QingZ11 QingZ11 added the type/question Type: question about the product label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question Type: question about the product
Projects
None yet
Development

No branches or pull requests

3 participants