matching only empty fields

2010-05-29 Thread Lukas Kahwe Smith
Hi, I have implemented a facet search, where users essentially select what should not be included. I do this by constructing an fq filter where I match for the deselected items that I then negate: $fq = {!tag=dt}!($fq); $criteria-addParam('fq', $fq); Now in some cases

Re: matching only empty fields

2010-05-29 Thread Yonik Seeley
On Sat, May 29, 2010 at 10:01 AM, Lukas Kahwe Smith m...@pooteeweet.org wrote: Hi, I have implemented a facet search, where users essentially select what should not be included. I do this by constructing an fq filter where I match for the deselected items that I then negate:            $fq