From 2f4aebe8139faff0e6456676fd83bf5c0e4e3c4d Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 26 Sep 2014 13:03:59 -0500 Subject: edit move-comment scripts; search indexes private threads (shrug) --- bucky2/lib/Bucky/Search.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bucky2/lib/Bucky/Search.pm') diff --git a/bucky2/lib/Bucky/Search.pm b/bucky2/lib/Bucky/Search.pm index 43c23f7..8759dad 100644 --- a/bucky2/lib/Bucky/Search.pm +++ b/bucky2/lib/Bucky/Search.pm @@ -244,7 +244,7 @@ sub search next if $i++ < $start; my $thread = $self->thread( $match->{'thread'} ); next unless $thread; - next if $thread->{'private'}; + # next if $thread->{'private'}; last if $to_display-- == 0; push @$results, $match; push @$comments_to_get, $match->{'comment'} if $match->{'comment'}; -- cgit v1.2.3-70-g09d2