Subject: | search_debug isn't working |
It seems the module isn't respecting the optional hashref as the second
parameter for gui_query:
$searcher->gui_query( 'term', { 'search_debug' => 1 } );
If you do a dump on $searcher, the search_debug is set, but you don't
get any of the helpful debug information unless you specifically set it
like:
$searcher->{_debug} = 1;
Thanks!