Closed cscetbon closed 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?
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.
@prabushitha nvm, I tried again and it worked. Maybe a connection issue at the time I tried it ... Thanks
It seems some functions are not supported. For instance using
has('email', containing("test"))
does not work