Hi,
this will not solve the problem but I think the correct command for
creating an index with case insensitive is collate
CREATE INDEX <name> [ON <class-name> (prop-names [COLLATE <collate>])]
<type> [<key-type>] [METADATA Metadata Document} {JSON Index]
Example:
create index User.name on User (name collate ci) UNIQUE
Kind regards,
Alessandro
--
---
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.