until I hear back if this is the correct approach, I'm following on my 2nd 
problem which is to order by the Edge property.

I changed these 2 edges to have a count property

create edge translatesTo from (select from Label where name = 'Hello') to 
(select from Label where name = 'Good day') SET count=10;
create edge translatesTo from (select from Label where name = 'Hello') to 
(select from Label where name = 'Hallo') SET count=5;

the problem I see is that my previous query filters to @class='Label' and 
the edge properties are of class='translateTo' and they are on a separate 
record when I run this query.

TRAVERSE * FROM (SELECT FROM label WHERE name like '%Hello%') while @class 
= 'Label'

I thought that maybe expand on this query might help but it's too late 
because of filter of @class, any suggestions?



-- 

--- 
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/groups/opt_out.

Reply via email to