Hi, You can now do this by setting the collate field on the vertex to case insensitive. I just tried it in the web GUI and it worked.
Also, here <http://stackoverflow.com/a/22279350/1226799>'s a relevant the SO post by Lvca showing how to use case insensitive collating on an index. On Monday, August 20, 2012 8:49:40 AM UTC-4, mproch wrote: > > Hello, > > Our client wants all searches based on string parameters to be case > insensitive - like they're used to in MSSQL... The same for sorting > > I wonder is there any nice way to accomplish it, other than manually using > sth like " where fieldName.*toUpperCase()* = ..." (which also probably > means I'll have to do some tricks for indexes to work...) > > Thanks, > maciek > > > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
