It looks like the expected behavior to me. From Item vertex, you have gone
to Room vertex, and then to User vertex and filtered for only the users
whos name is Julie. So it is returning User vertex for Julie.
You probably want something like the following (not tested for correct
syntax, just my thoughts);
select
*, in('Discuss')*[in_Started.in.name** ='julie'**]* as roomId
from item
So this gets all the Room vertex, and then filters them.
On Thursday, 28 May 2015 06:31:31 UTC+8, Brett Coffin wrote:
>
> Thanks @*Ziink A,*
>
> I have added an issue: 4225
> <https://github.com/orientechnologies/orientdb/issues/4225>, as I would
> like to know for certain that this is the expected behaviour.
> Does anyone know where is the issue/link where they discuss the full
> syntax in the filter fields ?
> In the mean time doesn't anyone has a work around for my query ?
>
> Thanks for your time, and happy Odb dev !
>
--
---
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.