Hi,
I am trying to create a quickfilter on entry custom fields, how to define terms for the quickfilter handler?
I need something like below, which *does* work :)
handler => sub {
my ( $terms, $args ) = @_;
$terms->{custom_field => "testValue";
},
Reported on Movable Type 4.2

Replied over here: http://forums.movabletype.org/2009/02/how-to-create-a-quick-filter-handler-to-take-array-as-conditions.html
Thanks Dan