orientdb-js icon indicating copy to clipboard operation
orientdb-js copied to clipboard

RESTful HTTP Protocol not returning expected results

Open fattenap opened this issue 12 years ago • 1 comments

The following gremlin calls do not seem to return the expected results, when made over http using a POST

g.V().id() => just returns the vertices and not only the ids select() => does not return expected results especially when you pass in values like .as('y').select(["y"],"{it.name}") OR select("{it.id}{it.name}")

fattenap avatar Aug 27 '13 12:08 fattenap

Is this issue still alive? Does it mean the http protocol should not be used yet? I'm aware of the alpha nature of this library.

matanox avatar Jan 13 '14 20:01 matanox