Open FarzadT opened 10 years ago
Seems like there's no support for arbitrary class references like: g.V().has('name', 'com.thinkaurelius.titan.core.attribute.Text.CONTAINS', 'bob')
g.V().has('name', 'com.thinkaurelius.titan.core.attribute.Text.CONTAINS', 'bob')
Indeed, the RegExp responsible for this doesn't support that string. Thanks for spotting this, I'll post a fix as well.
Seems like there's no support for arbitrary class references like:
g.V().has('name', 'com.thinkaurelius.titan.core.attribute.Text.CONTAINS', 'bob')