about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiXSearch.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-05-01 06:31:22 +0000
committerEric Wong <e@80x24.org>2021-05-01 23:12:42 +0000
commita0269769daa3dcf49de81211738ed96057af3918 (patch)
tree91493e61d135831ec05d726ccf88e47f616588c3 /lib/PublicInbox/LeiXSearch.pm
parent6dbc443f8acfb262ca1ab263b60ecb801c00aac2 (diff)
downloadpublic-inbox-a0269769daa3dcf49de81211738ed96057af3918.tar.gz
We use the "done" term elsewhere for similar things, and
my easily-confused mind equates "complete" with shell
completion.
Diffstat (limited to 'lib/PublicInbox/LeiXSearch.pm')
-rw-r--r--lib/PublicInbox/LeiXSearch.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiXSearch.pm b/lib/PublicInbox/LeiXSearch.pm
index e04af0dc..d212a732 100644
--- a/lib/PublicInbox/LeiXSearch.pm
+++ b/lib/PublicInbox/LeiXSearch.pm
@@ -495,7 +495,7 @@ sub do_query {
         $self->{opt_threads} = $lei->{opt}->{threads};
         $self->{opt_sort} = $lei->{opt}->{'sort'};
         if ($l2m) {
-                $l2m->net_merge_complete unless $lei->{auth};
+                $l2m->net_merge_all_done unless $lei->{auth};
         } else {
                 start_query($self);
         }