Re: Combining join queries

2013-04-11 Thread Upayavira
Many thanks Yonik! Upayavira On Thu, Apr 11, 2013, at 09:32 PM, Yonik Seeley wrote: > On Wed, Apr 10, 2013 at 7:33 AM, Upayavira wrote: > > On Wed, Apr 10, 2013, at 12:22 PM, Upayavira wrote: > >> I'm sure the best way for me to solve this issue myself is to ask it > >> publicly, so... > >> > >>

Re: Combining join queries

2013-04-11 Thread Yonik Seeley
On Wed, Apr 10, 2013 at 7:33 AM, Upayavira wrote: > On Wed, Apr 10, 2013, at 12:22 PM, Upayavira wrote: >> I'm sure the best way for me to solve this issue myself is to ask it >> publicly, so... >> >> If I have two {!join} queries that select a collection of documents >> each, how do I create a fi

Re: Combining join queries

2013-04-10 Thread Upayavira
On Wed, Apr 10, 2013, at 12:22 PM, Upayavira wrote: > I'm sure the best way for me to solve this issue myself is to ask it > publicly, so... > > If I have two {!join} queries that select a collection of documents > each, how do I create a filter query that combines their results? > > If I do fq={

Combining join queries

2013-04-10 Thread Upayavira
I'm sure the best way for me to solve this issue myself is to ask it publicly, so... If I have two {!join} queries that select a collection of documents each, how do I create a filter query that combines their results? If I do fq={!join} {!join...} it only considers the first. >From what I u