Re: JOIN, query on the parent?

2011-07-01 Thread Ryan McKinley
On Fri, Jul 1, 2011 at 9:06 AM, Yonik Seeley wrote: > On Thu, Jun 30, 2011 at 6:19 PM, Ryan McKinley wrote: >> Hello- >> >> I'm looking for a way to find all the links from a set of results.  Consider: >> >> >>  id:1 >>  type:X >>  link:a >>  link:b >> >> >> >>  id:2 >>  type:X >>  link:a >>  

Re: JOIN, query on the parent?

2011-07-01 Thread Yonik Seeley
On Thu, Jun 30, 2011 at 6:19 PM, Ryan McKinley wrote: > Hello- > > I'm looking for a way to find all the links from a set of results.  Consider: > > >  id:1 >  type:X >  link:a >  link:b > > > >  id:2 >  type:X >  link:a >  link:c > > > >  id:3 >  type:Y >  link:a > > > Is there a way to sea

JOIN, query on the parent?

2011-06-30 Thread Ryan McKinley
Hello- I'm looking for a way to find all the links from a set of results. Consider: id:1 type:X link:a link:b id:2 type:X link:a link:c id:3 type:Y link:a Is there a way to search for all the links from stuff of type X -- in this case (a,b,c) If I'm understanding the {!join