Hello, I have created a UNIQUE index over an embedded set (plist is the name of the field) and am trying to query the index. When I execute the following query:
select * from index:SomeClass.plist; it gives me the following result: ----+------+----+----- # |@CLASS|key |rid ----+------+----+----- 0 |null |p1 |#11:0 1 |null |p3 |#11:0 2 |null |p4 |#11:0 3 |null |p6 |#11:1 ----+------+----+---- but when I execute the following query, it gives me no results: select * from index:SomeClass.plist where key="p1"; Are such kind of queries over EmbeddedSet index not supported? Thanks, Aravind -- --- 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.
