Re: Join Util with Filter Queries

2013-08-08 Thread Martijn v Groningen
Maybe you can just get the `fq` parameter from the `params` parameter in the createParse method and then use that to create the a FilteredQuery yourself and use that as the fromQuery? On 6 August 2013 22:53, Shane Strasser wrote: > So after looking into the problem, I've started to narrow it do

Re: Join Util with Filter Queries

2013-08-06 Thread Shane Strasser
So after looking into the problem, I've started to narrow it down a little more. To answer your question, there were two reasons why it looked like the filters were getting applied post join: 1) On my test cases that I've created, the correct documents were not getting returned to be me (I can sup

Re: Join Util with Filter Queries

2013-08-02 Thread Martijn v Groningen
Hi, If you specify the FilteredQuery via the 'fromQuery' parameter, then they should be executed before the the join operation is performed. What makes you think that the FilteredQuery is applied post join? Martijn On 1 August 2013 22:33, Shane Strasser wrote: > Hey All, > > We're currently l

Join Util with Filter Queries

2013-08-01 Thread Shane Strasser
Hey All, We're currently looking into using the Join Utility (we're on version 4.0 and are in the process of moving to 4.3) and have started to prototype some of the tools. One thing we'll need to be able to do is add filter queries. The question I have is that based on the documentation it almos