ObjectDB ObjectDB

Case Insensitive Indexes

#1

How do you do case insensitive indexes? I have search the Forum and tutorials and have not found any info related to this.

 

Thanks,

-- Nathan Modrzewski

edit
delete
#2

Case insensitive string indexes are currently not supported.

If you cannot use lowercase only (or uppercase only) for the data - consider additional field that will contain the content of the orginal string but in lowercase or uppercase.

You can fill a feature request in the issue tracking and if this feature is implemented in a future version you will able to remove that additional field.

ObjectDB Support
edit
delete

Reply

To post on this website please sign in.