HI, I am new to OrientDB and I tried to play with it for the last month, but now I started some tasks and bumped in some problems.
My problem for now is the following: I have a structure: - User - a vertex, with property id and services - worked - an edge, with property recommendation (a string with a few possible values) I need to find all nearby Users of a certain User that have a relationship of the type 'worked' with a certain property (let's say: 'recommended'); this in my vision will translate as: select expand( both()[recommendation='recommended'] ) from <@rid> But this query does not return anything. I'm running OrientDB 1.7.4. Hope someone can help me, Thank you. -- --- 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.
