Based on a comment from Alessandro within the last few days, there's some 
issue with filter part of the query (highlighted below) which should 
eventually get fixed. That's what might be causing this query to fail.


select 
    *, in('Discuss').in('Started')*[**name ='julie'**]*.out('Started') as
 roomId
from item


On Tuesday, May 26, 2015 at 2:13:13 AM UTC-7, Brett Coffin wrote:
>
> @Wes Arnquist Thanks for the feed back, 
>
> select 
>     *, in('Discuss').in('Started')[name ='julie'].out('Started') as roomId
> from item
>
> I did try this, but it's giving me all the Room's @rid... it's not taking 
> into consideration the prior-filter. 
>
>

-- 

--- 
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.

Reply via email to