]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/SearchMsg.pm
search: remove subject_summary
[public-inbox.git] / lib / PublicInbox / SearchMsg.pm
index 5bb00778f1472712d1d609d72bda75125fea3ad0..b8eee6651b47fe748275b37e237f794302311c38 100644 (file)
@@ -155,6 +155,7 @@ sub thread_id {
        $self->{thread} = _get_term_val($self, 'G', qr/\AG/); # *G*roup
 }
 
+# XXX: consider removing this, we can phrase match subject
 sub path {
        my ($self) = @_;
        my $path = $self->{path};