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
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
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.