Thanks for pointing that out. I double-checked the actual code and it is 
using the correct "collate"="ci" Parameter pair for the Java API.

On Tuesday, August 30, 2016 at 11:54:21 AM UTC-4, [email protected] 
wrote:
>
> 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.

Reply via email to