prabushitha / gremlin-visualizer

visualize a graph network corresponding to a gremlin query
MIT License
231 stars 72 forks source link

Not all functions are supported #11

Closed cscetbon closed 4 years ago

cscetbon commented 4 years ago

It seems some functions are not supported. For instance using has('email', containing("test")) does not work

prabushitha commented 4 years ago

Hi @cscetbon I've tested the given code and it works perfectly with tinkerpop server. Can you also check whether this method supports the tinkerpop based graph db which you are using? image

cscetbon commented 4 years ago

I'm surprised cause I used it with a Neptune DB and it doesn't. but querying it directly using python gives me a result.

cscetbon commented 4 years ago

@prabushitha nvm, I tried again and it worked. Maybe a connection issue at the time I tried it ... Thanks