Re: I think I've found a bug with filter queries and joins

2011-10-02 Thread Yonik Seeley
On Fri, Sep 30, 2011 at 11:32 AM, Jason Toy jason...@gmail.com wrote: I'm testing out the join functionality on the svn revision 1175424. I've found when I add a single filter query to a join it works fine, but when I do more then 1 filter query, the query does not return results. This single

Re: I think I've found a bug with filter queries and joins

2011-10-02 Thread Chris Hostetter
: The join results in only Post type documents, so the intersection : with fq=state_s:California (which only appears on User type : documents) should always give back 0 documents. You need to apply : that filter before the join translates between these two document : types. : : {!join

I think I've found a bug with filter queries and joins

2011-09-30 Thread Jason Toy
I'm testing out the join functionality on the svn revision 1175424. I've found when I add a single filter query to a join it works fine, but when I do more then 1 filter query, the query does not return results. This single function query with a join returns results: