On Sat, May 29, 2010 at 10:01 AM, Lukas Kahwe Smith 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 = "{!tag=dt}!
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