Because every vendor handles text comparisons differently. Some allow regular expressions, others don't. Some vendors do case-sensitive matches, others case-insensitive, etc.
Cheers, Daniel On Mon, Aug 17, 2015 at 12:55 PM, Stephen Mallette <[email protected]> wrote: > I don't remember why we didn't have predicates for "text" searches? Marko, > do you remember? > > On Tue, Aug 11, 2015 at 3:35 PM, pieter <[email protected]> wrote: > > > Hi, > > > > Going through the gremlin Predicates I do not see one that is for doing > > full text searches. > > Have I missed it or is omitted on purpose? > > > > Having both case sensitive and non case-sensitive searches is a common > > requirement. > > > > Thanks > > Pieter > > >
