Hi, Thank Alessandro, it's working perfectly with NULL query, but COUNT query seems to be not working
Any help will be very appreciated! My Best, Hung Tran On Thursday, December 24, 2015 at 8:32:49 PM UTC+7, [email protected] wrote: > > Hi, > indexes do not support null values as you can see at > http://orientdb.com/docs/2.1/Indexes.html#indexes-and-null-values > > Try with CREATE INDEX Contact.account ON Contact (account) > NOTUNIQUE_HASH_INDEX METADATA {ignoreNullValues: false} > > 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.
