Skip to content
Discussion options

You must be logged in to vote

Fixed in #7245 (issue #7244), released in 26.10.1.

Vertex identities are now matched as text rather than as integers, so both of your cases work unchanged: v.id("id") accepts "W13696992", and e.from("from_id", "Doc") accepts 2257721487. No surrogate ids needed - values are compared exactly as your files spell them, so 007 and 7 stay two different vertices.

A few related problems were fixed along the way (a vertex id of 0 could not be pointed at, self-referencing edges could go the wrong way or miss forward references), and edges whose endpoint matches no vertex are now counted and logged instead of silently shrinking the graph. See the issue for details.

Thanks for the clear report - the …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@warframesam
Comment options

@goutamadwant
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by warframesam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants