8000 ForEach only return 100 nodes · Issue #718 · cayleygraph/cayley · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
ForEach only return 100 nodes  #718
Closed
@gokhanckgz

Description

@gokhanckgz

When iterate data which has nodes greater than 100 , foreach function only getting 100 of them.

g.V().ForEach( function(d) { g.Emit(d) })

and

g.V().All()

should be equal I think. But g.Emit(d) inside ForEach always returns only 100 nodes.

Cayley version : 0.7.3 , Backend : mongodb

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0