jbmusso / grex

JavaScript graph database client for TinkerPop2 Rexster
MIT License
46 stars 12 forks source link

Cannot perform Elasticsearch queries #46

Open FarzadT opened 10 years ago

FarzadT commented 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')

jbmusso commented 10 years ago

Indeed, the RegExp responsible for this doesn't support that string. Thanks for spotting this, I'll post a fix as well.