Closed FarzadT closed 10 years ago
Woops, this is rather annoying. Thanks for pointing that out. I'll have a look in the next couple of days and provide a fix + test.
Thanks, I got burnt by this one... spent a few hours debugging
Might want to fix this while you're at it https://github.com/gulthor/grex/issues/45
There again, I also added a test, cherry-picked your commit and pushed develop branch. Thank you.
g.V().has('name', 'T.in', ['Jon', 'Jones'])
converts the given array to['Jon, Jones']
instead of['Jon', 'Jones']