Can shortestPath stream source be used with fetch? With below streaming expression, we only get the path, are we doing something wrong here?
fetch(collection,
shortestPath(collection, from="10", to="1", edge="id=parentid",
maxDepth="10"),
fl="id, name, other, details",
sort="name asc"
on="id=id")
With Thanks & Regards
Karthik Ramachandran
P Please don't print this e-mail unless you really need to
