nebula icon indicating copy to clipboard operation
nebula copied to clipboard

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

Open JunXie-ZH opened this issue 10 months ago • 1 comments

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

JunXie-ZH avatar Apr 25 '24 17:04 JunXie-ZH

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.

wey-gu avatar Apr 26 '24 01:04 wey-gu