]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiXSearch.pm
search: use "z:" instead of "bytes:" prefix
[public-inbox.git] / lib / PublicInbox / LeiXSearch.pm
index 059aa2844bfa724c1f765b1653c06fcc6b436429..3270b420b64c18a94b74b67574c8e5089b91de0f 100644 (file)
@@ -92,7 +92,7 @@ sub recent {
        my ($self, $qstr, $opt) = @_;
        $opt //= {};
        $opt->{relevance} //= -2;
-       $self->mset($qstr //= 'bytes:1..', $opt);
+       $self->mset($qstr //= 'z:1..', $opt);
 }
 
 sub over {}