about summary refs log tree commit homepage
path: root/lib/PublicInbox/Search.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-08-21 23:43:12 +0000
committerEric Wong <e@80x24.org>2015-08-21 23:43:12 +0000
commit62395935e7bdd8e67776ebb9018f4633e67ff081 (patch)
treead0cdd7ae0f9d72d350b929afed4688f14f72792 /lib/PublicInbox/Search.pm
parent7e3c392a55686d2ffe8611483e80a3ccc19e95f2 (diff)
downloadpublic-inbox-62395935e7bdd8e67776ebb9018f4633e67ff081.tar.gz
This is hopefully less ambiguous, as the word "count" confused
me, too.
Diffstat (limited to 'lib/PublicInbox/Search.pm')
-rw-r--r--lib/PublicInbox/Search.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/PublicInbox/Search.pm b/lib/PublicInbox/Search.pm
index f1ff3a4b..580b79fc 100644
--- a/lib/PublicInbox/Search.pm
+++ b/lib/PublicInbox/Search.pm
@@ -242,7 +242,7 @@ sub get_thread {
         my ($self, $mid, $opts) = @_;
         my $smsg = eval { $self->lookup_message($mid) };
 
-        return { count => 0, msgs => [] } unless $smsg;
+        return { total => 0, msgs => [] } unless $smsg;
         my $qp = $self->qp;
         my $qtid = $qp->parse_query('thread:'.$smsg->thread_id);
         my $qsub = $qp->parse_query('path:'.mid_compressed($smsg->path));
@@ -267,7 +267,7 @@ sub do_enquire {
                 PublicInbox::SearchMsg->load_doc($_->get_document);
         } $mset->items;
 
-        { count => $mset->get_matches_estimated, msgs => \@msgs }
+        { total => $mset->get_matches_estimated, msgs => \@msgs }
 }
 
 # read-write